kuenishi opened a new pull request #2763: URL: https://github.com/apache/ozone/pull/2763
## What changes were proposed in this pull request? This patch prevents moving live OmKeyInfo to delete table, which seems a bug. Bug description follows: In case mutlipart upload completion with unused parts, and the key is first created (no previous version), the committed live version of OmKeyInfo is added to deletion table. The key will be live until the deletion service collects the blocks, but after blocks deleted, the key metadata will be visible from user API while the blocks are already deleted. ## What is the link to the Apache JIRA HDDS-5893 ## How was this patch tested? Unit tests will follow -- 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]
