polarcoke2 commented on a change in pull request #289: NEMO-433: Improvement of 
Task Metrics and Collecting Them For Sampling
URL: https://github.com/apache/incubator-nemo/pull/289#discussion_r388125941
 
 

 ##########
 File path: 
runtime/executor/src/test/java/org/apache/nemo/runtime/executor/datatransfer/DataTransferTest.java
 ##########
 @@ -458,6 +463,9 @@ private void writeAndReadWithDuplicateData(final 
BlockManagerWorker sender,
       }
       dataReadList2.add(dataRead2);
     });
+    IntStream.range(0, PARALLELISM_TEN).forEach(dstTaskIndex -> {
+
+    });
 
 Review comment:
   I think I forgot to delete them. Thanks!

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


With regards,
Apache Git Services

Reply via email to