qidaye commented on pull request #7273: URL: https://github.com/apache/incubator-doris/pull/7273#issuecomment-986405317
FE compile error with this PR merged. There is no defination of `RESERVED_DISK` in `EnvironmentConfig`. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fe-core: Compilation failure [ERROR] /home/disk1/qjl/work/baidu/bdg/doris/core/fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java:[130,59] cannot find symbol [ERROR] symbol: variable RESERVED_DISK [ERROR] location: class com.sleepycat.je.EnvironmentConfig `` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
