yiguolei commented on code in PR #24828:
URL: https://github.com/apache/doris/pull/24828#discussion_r1335026050


##########
be/src/common/daemon.cpp:
##########
@@ -394,6 +394,7 @@ static void init_doris_metrics(const 
std::vector<StorePath>& store_paths) {
 void signal_handler(int signal) {
     if (signal == SIGINT || signal == SIGTERM) {
         k_doris_exit = true;
+        LOG(INFO) << "doris start to exit";

Review Comment:
   also need to output to stderr, then it will be redirect to be.out.
   we could get start or stop info from be.out.



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

Reply via email to