sodonnel opened a new pull request, #6710: URL: https://github.com/apache/ozone/pull/6710
## What changes were proposed in this pull request? The "owner" field is only set at the OM server side when a new key is created. In the case a key is overwritten, the owner is never retrieved from the keyargs and hence overwriting the owner when overwriting a key is not possible. This is the case, both prior to the atomic key overwrite feature and when the traditional key overwrite where a new version is allocated. Therefore this change should simply remove the owner details from being passed in the rewrite key and the owner will continue to be inherited as it is now. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10840 ## How was this patch tested? Existing test modified to check the owner before and after are the same. -- 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]
