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: [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]
