johnyangk commented on a change in pull request #222: [NEMO-350] Implement 
Off-heap SerializedMemoryStore & [NEMO-384] Implement 
DirectByteBufferInputStream for Off-heap SerializedMemoryStore
URL: https://github.com/apache/incubator-nemo/pull/222#discussion_r295142404
 
 

 ##########
 File path: 
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/DataUtil.java
 ##########
 @@ -112,19 +114,19 @@ private static void serializePartition(final 
EncoderFactory encoderFactory,
     final List<SerializedPartition<K>> serializedPartitions = new 
ArrayList<>();
     for (final NonSerializedPartition<K> partitionToConvert : 
partitionsToConvert) {
       try (
-        DirectByteArrayOutputStream bytesOutputStream = new 
DirectByteArrayOutputStream();
-        OutputStream wrappedStream = buildOutputStream(bytesOutputStream, 
serializer.getEncodeStreamChainers());
+        DirectByteBufferOutputStream bytesOutputStream = new 
DirectByteBufferOutputStream();
+        OutputStream wrappedStream = buildOutputStream(bytesOutputStream, 
serializer.getEncodeStreamChainers())
 
 Review comment:
   final

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