ashishkumar50 opened a new pull request, #5783: URL: https://github.com/apache/ozone/pull/5783
## What changes were proposed in this pull request? New interface in datanode to finalize block and return block info. If the block is already finalized just return back the block info. Keep block info in memory for which there is a finalize request, so that no new WRITE CHUNK/PUT Block is accepted for that block. Persist finalize block ID into new rocksdb column family. Clear the memory and delete from rocksdb during container Close. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9915 ## How was this patch tested? Unit and Integration 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]
