ashishkumar50 opened a new pull request, #6244: URL: https://github.com/apache/ozone/pull/6244
## What changes were proposed in this pull request? When enableFileSystemPath is true and bucket layout is legacy, during key delete operation in normalizekey(prexecute) it removes trailing slash, but in DB key is present with trailing slash. And because of this KEY_NOT_FOUND error comes. But fixing legacy bucket directory deletion using sh can lead to other issues. In this PR we are restricting legacy bucket directory deletion using sh command. More discussion in [PR](https://github.com/apache/ozone/pull/6218). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10397 ## How was this patch tested? New Integration test. -- 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]
