linyiqun commented on pull request #2016: URL: https://github.com/apache/ozone/pull/2016#issuecomment-795027194
The description of the JIRA >For example, user give keyName is a/b/c/d/multipartKeyName and assume objectID for the parent a/b/c/d is 1027 and clientID is 4445890. Now, in DB it stores like 1027/multipartKeyName4445890. User expects partName like, /volName/bucketName/a/b/c/d/multipartKeyName @rakeshadr , we don't actually changed the part name stored in OmMultipartKeyInfo during listParts logic. The returned full part name should include the clientID, like /volName/bucketName/a/b/c/d/multipartKeyName4445890, right? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
