smengcl opened a new pull request, #4280:
URL: https://github.com/apache/ozone/pull/4280

   ## What changes were proposed in this pull request?
   
   During snapshot creation, use deleteRange to remove the keys in the snapshot 
scope (bucket) from deletedTable.
   
   - [x] Implement `deleteRange` in `Table` class to expose RocksDB 
[`deleteRange`](https://github.com/facebook/rocksdb/wiki/DeleteRange-Implementation)
 API.
   - [x] Add UT for `deleteRange`
   - [x] Add table lock for `deletedTable`
   - [x] UT addition to test the new logic addition in 
`OMSnapshotCreateRequest#validateAndUpdateCache`
   - [ ] Adjust logic location according to HDDS-7906
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7741
   
   ## How was this patch tested?
   
   - Added new UTs.


-- 
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]

Reply via email to