walterddr commented on code in PR #10789:
URL: https://github.com/apache/pinot/pull/10789#discussion_r1200646194


##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java:
##########
@@ -115,7 +119,7 @@ public MultiStageBrokerRequestHandler(PinotConfiguration 
config, String brokerId
   public BrokerResponse handleRequest(JsonNode request, @Nullable 
SqlNodeAndOptions sqlNodeAndOptions,
       @Nullable RequesterIdentity requesterIdentity, RequestContext 
requestContext)
       throws Exception {
-    long requestId = _requestIdGenerator.incrementAndGet();
+    long requestId = _multistageRequestIdGenerator.get();

Review Comment:
   +1 on this. CC @Jackie-Jiang to take a look and see if there's any 
alternative opinion on solving this issue. 



-- 
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...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to