sohami commented on a change in pull request #1762: [DRILL-7191 / DRILL-7026]: 
RM state blob persistence in Zookeeper and Integration of Distributed queue 
configuration with Planner
URL: https://github.com/apache/drill/pull/1762#discussion_r279990539
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/work/user/PlanSplitter.java
 ##########
 @@ -134,9 +130,9 @@ public QueryPlanFragments planFragments(DrillbitContext 
dContext, QueryId queryI
       }
     } else {
       final QueryWorkUnit queryWorkUnit = 
parallelizer.generateWorkUnit(queryContext.getOptions().getOptionList(), 
queryContext.getCurrentEndpoint(),
-          queryId, queryContext.getActiveEndpoints(), rootFragment,
+          queryId, queryContext.getOnlineEndpointUUIDs(), rootFragment,
           queryContext.getSession(), queryContext.getQueryContextInfo());
-      planner.visitPhysicalPlan(queryWorkUnit);
+//      planner.visitPhysicalPlan(queryWorkUnit);
 
 Review comment:
   remove this commented line

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to