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 2019/11/17 23:57:55 UTC

[GitHub] [hadoop-ozone] szetszwo commented on a change in pull request #205: HDDS-2386. Implement incremental ChunkBuffer.

szetszwo commented on a change in pull request #205: HDDS-2386. Implement incremental ChunkBuffer.
URL: https://github.com/apache/hadoop-ozone/pull/205#discussion_r347168680
 
 

 ##########
 File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BufferPool.java
 ##########
 @@ -71,15 +71,15 @@ ChunkBuffer getCurrentBuffer() {
    * chunk size.
    *
    */
-  public ChunkBuffer allocateBufferIfNeeded() {
+  public ChunkBuffer allocateBufferIfNeeded(Integer bytesPerChecksum) {
 
 Review comment:
   This is a good suggestion.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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