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

   ## What changes were proposed in this pull request?
   HDDS-10904. [hsync] Enable PutBlock piggybacking and incremental chunk list 
by default
   
   Please describe your PR in detail:
   * Enable WriteChunk/PutBlock piggybacking 
(ozone.client.stream.putblock.piggybacking) by default (HDDS-9130)
   * Enable incremental chunk list feature 
(ozone.client.incremental.chunk.list) by default (HDDS-8047)
   * Disable both features if the DataNode protocol version is older (below 
COMBINED_PUTBLOCK_WRITECHUNK_RPC/2)
   * Deal with empty block case for EC in the DataNode blockDataTable.
   * Deal with Ratis client corner case where before a block becomes at least a 
full chunk long, it may not be found by various utilities (delete block, 
container inspector, 
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-10904
   
   ## How was this patch tested?
   
   Existing unit tests, acceptance compatibility test, new unit tests for empty 
chunk case.


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