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


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/routing/WorkerManager.java:
##########
@@ -212,6 +218,12 @@ private void 
assignWorkersToIntermediateFragment(PlanFragment fragment, Dispatch
     } else {
       serverInstances = fetchServersForIntermediateStage(tableNames);
     }
+    if (serverInstances.isEmpty()) {
+      LOGGER.warn("[RequestId: {}] No server instance found for intermediate 
stage for tables: {}",

Review Comment:
   logger error?



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