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_r209153807
##########
File path:
runtime/master/src/main/java/edu/snu/nemo/runtime/master/scheduler/TaskDispatcher.java
##########
@@ -130,8 +130,6 @@ private void doScheduleTaskList() {
// update metadata first
planStateManager.onTaskStateChanged(task.getTaskId(),
TaskState.State.EXECUTING);
- LOG.info("{} scheduled to {}", task.getTaskId(),
selectedExecutor.getExecutorId());
Review comment:
Undo this?
----------------------------------------------------------------
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