sanha commented on a change in pull request #2: [NEMO-7] Intra-TaskGroup
pipelining
URL: https://github.com/apache/incubator-nemo/pull/2#discussion_r173049362
##########
File path:
runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/datatransfer/OutputWriter.java
##########
@@ -42,6 +42,7 @@
private final List<Long> accumulatedPartitionSizeInfo;
private final List<Long> writtenBytes;
private final BlockManagerWorker blockManagerWorker;
+ private final List<Object> outputList;
public OutputWriter(final int hashRangeMultiplier,
final int srcTaskIdx,
Review comment:
Let's remove the `Nullable` and TODO in
[L51](https://github.com/apache/incubator-nemo/pull/2/files#diff-0c57b69598ccb5609b79113ffc979ee0R51).
----------------------------------------------------------------
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