tanvipenumudy opened a new pull request, #6764: URL: https://github.com/apache/ozone/pull/6764
## What changes were proposed in this pull request? Recursive delete on the /tmp special volume, as well as its FSO buckets, fails using the Ozone shell delete -r -y command with "java.lang.RuntimeException: Failed to clean bucket." We specifically check if the hashed bucket (based on the MD5 hash of the bucket's username) is present. If it is, we do not call delete on it. If the bucket doesn't exist, we should simply ignore the delete. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10881 ## How was this patch tested? Tested on a local docker-compose cluster. -- 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]
