sadanand48 opened a new pull request #2866:
URL: https://github.com/apache/ozone/pull/2866


   ## What changes were proposed in this pull request?
   Currently, putBlock call gets executed only during close() when a block is 
written. The aim here is to have a putBlock boundary similar to async path 
where the putBlock gets executed which updates the key length and help reduce 
some memory on client. The  default boundary here is set at 32 MB where a 
putBlock is executed.  Also a limit is set on the ByteBuffer size the client 
can send  here (4mb).
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-5851
   
   ## How was this patch tested?
   Unit test
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to