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

   ## What changes were proposed in this pull request?
   Skeleton code for supporting incremental chunk list in PutBlock. See 
HDDS-8047 for the problem description and design doc.
   
   Please describe your PR in detail:
   * Add a new rocksdb table lastChunkInfoTable to store the last, in-progress, 
partial chunk of blocks. (Question: does adding a new table require a new 
schema version v4? do we need additional code to support upgrade?)
   * Add a Client configuration switch incremental.chunk.list for clients to 
send incremental chunk list in PutBlock.
   * Add a new client version INCREMENTAL_CHUNK_LIST_SUPPORT (this version 
change may not be required)
   
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-9750
   
   ## How was this patch tested?
   Skeleton code. No functional change.
   


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