This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new f418b1ea9f [Fix](be)fix be core no print queryid (#21517)
f418b1ea9f is described below
commit f418b1ea9fd371609e8b2040a0a37d36de429779
Author: Sjwhello <[email protected]>
AuthorDate: Thu Jul 6 11:06:42 2023 +0800
[Fix](be)fix be core no print queryid (#21517)
Co-authored-by: sunjiangwei <[email protected]>
---
be/src/common/signal_handler.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/be/src/common/signal_handler.h b/be/src/common/signal_handler.h
index 43415d4000..7f38f385a7 100644
--- a/be/src/common/signal_handler.h
+++ b/be/src/common/signal_handler.h
@@ -48,11 +48,11 @@
namespace doris::signal {
-namespace {
-
inline thread_local uint64 query_id_hi;
inline thread_local uint64 query_id_lo;
+namespace {
+
// We'll install the failure signal handler for these signals. We could
// use strsignal() to get signal names, but we don't use it to avoid
// introducing yet another #ifdef complication.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]