yiguolei commented on code in PR #8855: URL: https://github.com/apache/incubator-doris/pull/8855#discussion_r846996933
########## be/CMakeLists.txt: ########## @@ -51,7 +51,7 @@ endif () # Set boost/stacktrace use backtrace api to unwind add_definitions(-DBOOST_STACKTRACE_USE_BACKTRACE) -add_definitions(-DPRINT_ALL_ERR_STATUS_STACKTRACE) +#add_definitions(-DPRINT_ALL_ERR_STATUS_STACKTRACE) Review Comment: If this marco is enabled, BE will print all error status to log, it may cause performance problem. So that I disabled it by default. Should enable it manually if it is needed. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org