aswinshakil commented on PR #4811: URL: https://github.com/apache/ozone/pull/4811#issuecomment-1581211261
@sumitagrawl When we overwrite a key, the object ID remains the same but the key is different. Although at a time only one version exists (by default bucket version is turned off). During snapshot deletion, multiple versions of the keys with the same objectID are moved to either next snapshot or active db's `deletedTable`. In this case, we might need to check the block locations as well to confirm if it is the same version of the key. -- 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]
