neils-dev commented on PR #3741: URL: https://github.com/apache/ozone/pull/3741#issuecomment-1470830706
Other than the issue raised in HDDS-8173, the end to end testing of container delete with atomic move works without issue. Normal container delete, attempts to remove container entries from `rocksdb (schema V3)`, moves the container directories on the volume to the tmp directory and deletes. Should an error occur either from an exception generated by `rocksDB `helper functions or from the deleting the `tmp` directory after move, the delete from `rocksdb (schema V3) `and delete from `tmp` is retried on shutdown of datanode and restart. -- 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]
