sanha commented on a change in pull request #112: [NEMO-179] Delayed Task
Cloning
URL: https://github.com/apache/incubator-nemo/pull/112#discussion_r211810869
##########
File path:
runtime/master/src/main/java/edu/snu/nemo/runtime/master/PlanStateManager.java
##########
@@ -422,6 +478,15 @@ private void onPlanStateChanged(final PlanState.State
newState) {
return getPlanState();
}
+ @VisibleForTesting
+ public synchronized Map<String, TaskState.State>
getAllTaskAttemptIdsToItsState() {
Review comment:
Please add some comments.
----------------------------------------------------------------
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