SaketaChalamchala commented on code in PR #8214:
URL: https://github.com/apache/ozone/pull/8214#discussion_r2033859696
##########
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##########
@@ -163,6 +178,8 @@ public class RocksDBCheckpointDiffer implements
AutoCloseable,
private final long maxAllowedTimeInDag;
private final BootstrapStateHandler.Lock lock
= new BootstrapStateHandler.Lock();
+ private final Striped<ReadWriteLock> stripedSSTLock;
Review Comment:
Ozone Manager jar has a dependency rocksdb-checkpoint-differ jar to be
compiled first. So, I can't reference
`org.apache.hadoop.ozone.om.lock.OzoneManagerLock` packaged in the ozone
manager jar in `org.apache.ozone.rocksdiff.RocksDBCheckpointDiffer`
--
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]