jojochuang opened a new pull request, #5754:
URL: https://github.com/apache/ozone/pull/5754

   ## What changes were proposed in this pull request?
   Allow WriteChunk request to optionally piggyback PutBlock request if the 
chunk to be sent is below a threshold.
   
   Please describe your PR in detail:
   * Hsync performance is largely determined by Ratis transaction round-trip 
latency. For HBase WAL use case, since each chunk to be flushed out is tiny, it 
makes no sense to send WriteChunk and PutBlock separately. Combining the two 
requests together greatly reduces latency and improves hsync throughput.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9130
   
   ## How was this patch tested?
   
   Unit test and real cluster deployement to verify the concept does help with 
hsync latency and throughput.


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