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


##########
be/src/common/signal_handler.h:
##########
@@ -53,6 +53,7 @@ namespace doris::signal {
 
 inline thread_local uint64 query_id_hi;
 inline thread_local uint64 query_id_lo;
+inline thread_local uint64 tablet_id = -1;

Review Comment:
   does uint could be -1??



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

Reply via email to