jaehwan0214 commented on a change in pull request #304:
URL: https://github.com/apache/incubator-nemo/pull/304#discussion_r520954667



##########
File path: 
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/MultiThreadParentTaskDataFetcher.java
##########
@@ -114,6 +114,7 @@ private void fetchDataLazily() {
       // A thread for each iterator
       queueInsertionThreads.submit(() -> {
         if (exception == null) {
+          // Variable to avoid producing a redundant finish mark

Review comment:
       Thank you for catching this. I removed it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to