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_r189455496
 
 

 ##########
 File path: 
runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/TaskExecutor.java
 ##########
 @@ -565,8 +565,8 @@ public void execute() {
       inputReadEndTime = System.currentTimeMillis();
       metric.put("InputReadTime(ms)", inputReadEndTime - inputReadStartTime);
 
-      // Process intra-TaskGroup data.
-      // Intra-TaskGroup data comes from outputCollectors of this TaskGroup's 
Tasks.
+      // Process intra-Task data.
 
 Review comment:
   Process pipelined data?

----------------------------------------------------------------
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