platoneko commented on code in PR #23578: URL: https://github.com/apache/doris/pull/23578#discussion_r1310165456
########## be/src/runtime/thread_context.h: ########## @@ -238,7 +235,7 @@ class SwitchBthreadLocal { // The brpc server should respond as quickly as possible. bthread_context->thread_mem_tracker_mgr->disable_wait_gc(); // set the data so that next time bthread_getspecific in the thread returns the data. - CHECK((0 == bthread_setspecific(btls_key, bthread_context)) || doris::k_doris_exit); + CHECK((0 == bthread_setspecific(btls_key, bthread_context))); Review Comment: Understand -- 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