jeongyooneo commented on a change in pull request #20: [NEMO-76] Rename TaskGroup to Task URL: https://github.com/apache/incubator-nemo/pull/20#discussion_r189455467
########## File path: runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/TaskExecutor.java ########## @@ -374,12 +374,12 @@ private void prepareInputFromOtherStages() { } /** - * Check whether all tasks in this TaskGroup are finished. + * Check whether all tasks in this Task are finished. * * @return true if all tasks are finished. */ private boolean finishedAllTasks() { - // Total number of Tasks in this TaskGroup + // Total number of Tasks in this Task Review comment: Total number of Tasks to complete? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services