johnyangk commented on a change in pull request #99: [NEMO-64] Fix map stage 
hang under DataSkewPolicy
URL: https://github.com/apache/incubator-nemo/pull/99#discussion_r209153595
 
 

 ##########
 File path: 
runtime/master/src/main/java/edu/snu/nemo/runtime/master/scheduler/BatchScheduler.java
 ##########
 @@ -93,6 +93,7 @@ private BatchScheduler(final TaskDispatcher taskDispatcher,
           .subscribe(updatePhysicalPlanEventHandler.getEventClass(), 
updatePhysicalPlanEventHandler);
     }
     this.executorRegistry = executorRegistry;
+    this.dataSkewDynOptDataHandler = new DataSkewDynOptDataHandler();
 
 Review comment:
   Do we need more than one handler to handle multiple RuntimePasses in the 
future?
   Add TODO here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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