swamirishi commented on PR #8243: URL: https://github.com/apache/ozone/pull/8243#issuecomment-2788196384
FYI even in this patch we work with a rocksdb snapshot which is very cheap to take, which would just take a snapshot of the db for the iterator. This snapshot can be release whenever we are done with the entire iteration making the entire iteration over a consistent view. https://github.com/facebook/rocksdb/blob/d9a441113e6e2942a7a2c2eb459e45611261c91c/java/src/main/java/org/rocksdb/RocksDB.java#L3385-L3402 cc: @umamaheswararao -- 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]
