jackjlli commented on code in PR #9648:
URL: https://github.com/apache/pinot/pull/9648#discussion_r1004827242


##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java:
##########
@@ -201,23 +191,12 @@ public boolean cancelQuery(long requestId, int timeoutMs, 
Executor executor, Htt
     if (queryServers == null) {
       return false;
     }
+    // TODO: Use different global query id for OFFLINE and REALTIME table 
after releasing 0.12.0. See QueryIdUtils for

Review Comment:
   Are we going to log different global query ids(or traceId as mentioned in 
this PR) for the same query in the broker log as well? That can help triage the 
queries in different components in the future.



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