Jackie-Jiang commented on code in PR #9648:
URL: https://github.com/apache/pinot/pull/9648#discussion_r1004838871
##########
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:
With this change, we will always log the same request id on both broker and
servers. Query id and trace id are only available within the server, so you
won't find them on the broker.
--
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]