4paradigm / 4paradigm/OpenMLDB

selfhost test fails on mvn compile

Open
#3,893 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.7k
Forks
331
Avg merge
12d 12h
Merged PRs (30d)
1

Description

https://github.com/4paradigm/OpenMLDB/actions/runs/8801894123 commit is 70966f0, after this commit, selfhost test will fail on `build-openmldb`.
And the error is `@Slf4j` no variable `log`.
Building is in the container, so the docker image changed?

Contributor guide

Open the contributing guide

Research direction

Look at the failing selfhost test in the GitHub Actions run linked, specifically the 'build-openmldb' step. Check the Docker image used for building and any recent changes to the Java code using @Slf4j annotation. The issue is likely a mismatch between the Lombok annotation processing and the build environment. Start by examining the Dockerfile and the maven configuration to see if the lombok dependency or plugin is correctly set up.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, java
Domain
build-system, testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.