guohao-rosicky opened a new pull request, #7436:
URL: https://github.com/apache/ozone/pull/7436
## What changes were proposed in this pull request?
KeyDeletingService, iterate several records from scratch each time, send
deletion requests, and then delete these records.
If each iteration starts from scratch, Rocksdb will also include the
recently deleted tombstone data in the scan.
The optimization is to optimize the iteration strategy, record breakpoints
for each iteration, skip known tombstones, and reset breakpoints if errors
occur during the iteration or if the endpoint is reached.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-11658
## How was this patch tested?
--
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]