ashishkumar50 opened a new pull request, #4937: URL: https://github.com/apache/ozone/pull/4937
## What changes were proposed in this pull request? Currently we are checking both rocks db as well as disk to determine whether container is really empty or not. There are certain scenario where blocks remains on disk and causing container delete fail forever. More details is in the Jira. In this PR we are changing default value of hdds.datanode.check.empty.container.on-disk.on.delete to false, which will make container empty check just depends on rocksdb by default. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8838 ## How was this patch tested? Verified using new integration test and with existing 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]
