sumitagrawl opened a new pull request, #6180: URL: https://github.com/apache/ozone/pull/6180
## What changes were proposed in this pull request? for key overwrite case, objectId is same. for deleted key, its suffixed with objectId to be unique. So for continuous create and delete same key, there is a possibility of overwrite deletedTable entry causing missing cleanup of blocks of previous key. As fix for overwrite, a unique id is appended to key in deleted table to make it unique. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10296 ## How was this patch tested? - updated existing unit test 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]
