msj100f opened a new issue #5842:
URL: https://github.com/apache/incubator-doris/issues/5842


   ```
   Scanning dependencies of target Exec
   [  1%] Building CXX object src/common/CMakeFiles/Common.dir/status.cpp.o
   [  1%] Building CXX object 
src/exec/CMakeFiles/Exec.dir/aggregation_node.cpp.o
   [  1%] Building CXX object 
src/common/CMakeFiles/Common.dir/resource_tls.cpp.o
   [  1%] Building CXX object src/common/CMakeFiles/Common.dir/logconfig.cpp.o
   /root/apache-doris-0.14.0-incubating-src/be/src/common/logconfig.cpp: In 
function 'bool doris::init_glog(const char*, bool)':
   /root/apache-doris-0.14.0-incubating-src/be/src/common/logconfig.cpp:70:5: 
error: 'FLAGS_log_filenum_quota' was not declared in this scope
        FLAGS_log_filenum_quota = config::sys_log_roll_num;
        ^~~~~~~~~~~~~~~~~~~~~~~
   /root/apache-doris-0.14.0-incubating-src/be/src/common/logconfig.cpp:101:9: 
error: 'FLAGS_log_split_method' was not declared in this scope
            FLAGS_log_split_method = "day";
            ^~~~~~~~~~~~~~~~~~~~~~
   /root/apache-doris-0.14.0-incubating-src/be/src/common/logconfig.cpp:104:9: 
error: 'FLAGS_log_split_method' was not declared in this scope
            FLAGS_log_split_method = "hour";
            ^~~~~~~~~~~~~~~~~~~~~~
   /root/apache-doris-0.14.0-incubating-src/be/src/common/logconfig.cpp:107:9: 
error: 'FLAGS_log_split_method' was not declared in this scope
            FLAGS_log_split_method = "size";
            ^~~~~~~~~~~~~~~~~~~~~~
   make[2]: *** [src/common/CMakeFiles/Common.dir/logconfig.cpp.o] Error 1
   make[1]: *** [src/common/CMakeFiles/Common.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to