hemantk-12 opened a new pull request, #4445: URL: https://github.com/apache/ozone/pull/4445
## What changes were proposed in this pull request? Currently container entry doesn't get removed from RocksDB after container gets deleted because in `RDBTable#deleteBatchWithPrefix`, `deleteWithBatch` gets called with iterator's `value` instead of the `key`. This change is to fix the bug by using correct parameter `key` to call `deleteWithBatch`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8173 ## How was this patch tested? * Unit 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]
