You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/10/11 14:14:38 UTC

[GitHub] [ozone] sadanand48 commented on a change in pull request #2701: HDDS-5674.[Ozone-Streaming] Handle client retries on exception

sadanand48 commented on a change in pull request #2701:
URL: https://github.com/apache/ozone/pull/2701#discussion_r726157837



##########
File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockDataStreamOutput.java
##########
@@ -92,6 +92,19 @@
 
   private int chunkIndex;
   private final AtomicLong chunkOffset = new AtomicLong();
+
+  // Similar to 'BufferPool' but this list maintains only references
+  // to the ByteBuffers.
+  private List<ByteBuffer> bufferPool;
+
+  // List containing buffers for which the putBlock call will

Review comment:
       Using only one list now.




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

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org