guohao-rosicky opened a new pull request, #5534: URL: https://github.com/apache/ozone/pull/5534
## What changes were proposed in this pull request? When uploading a file with the same name using a slice overwrite, if the number of previous copies is not the same as the current one, the meta information is updated incorrectly. Example: 1. a file with the name a is uploaded the first time it is ratis 3 factor 2. the second time a file with the same name a is uploaded using multipart upload it is ec-3-2-1024k 3. the replication config in the meta-information is recorded as ratis 3 factor, but it should actually be ec-3-2-1024k. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9607 -- 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]
