jeongyooneo commented on a change in pull request #21: [NEMO-46] Make the operations on ExecutorRegistry atomic URL: https://github.com/apache/incubator-nemo/pull/21#discussion_r190453145
########## File path: runtime/master/src/main/java/edu/snu/nemo/runtime/master/JobStateManager.java ########## @@ -66,7 +66,8 @@ private final Map<String, TaskState> idToTaskStates; /** - * Keeps track of the number of schedule attempts for each task. + * Maintain the number of schedule attempts for each task. + * The attempt numbers are update only here, and are read-only in other places. Review comment: update -> updated? ---------------------------------------------------------------- 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
