DaveTeng0 commented on PR #4691: URL: https://github.com/apache/ozone/pull/4691#issuecomment-1542480935
> Thanks @DaveTeng0 for the patch. > > There are 5 methods where bucket name was previously validated and is not being restored. You can find these by comparing `RpcClient` to the state prior to your original change [298e7ee](https://github.com/apache/ozone/commit/298e7eee13509f89502c516bc11919ead7b34333): > > ``` > git diff 298e7eee13~1.. -- hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java > ``` > > * `completeMultipartUpload` > * `abortMultipartUpload` > * `listParts` > * `headObject` > * `setBucketOwner` oh! you're absolutely right! Somehow I only committed parts of changes.. those missing methods' changes still stays on my local. pushing now! thanks attila! -- 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]
