ChenSammi commented on code in PR #6513: URL: https://github.com/apache/ozone/pull/6513#discussion_r1568455111
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/AbstractKeyDeletingService.java: ########## Review Comment: The major change is "Preconditions.assertTrue" condition change. There is one "/volume/bucket/" in the deletedTable which breaks the assertion, which cause the deletedBlocks sent to SCM already not deleted from OM's RocksDB, which in turn cause the duplicate blocks sent to SCM again and again. It has found that same blockID is in SCM's audit log for hundreds of times. -- 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]
