smengcl commented on code in PR #5145:
URL: https://github.com/apache/ozone/pull/5145#discussion_r1283565449


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStore.java:
##########
@@ -98,10 +97,12 @@ public RDBStore(File dbFile, ManagedDBOptions dbOptions,
 
     try {
       if (enableCompactionDag) {
-        rocksDBCheckpointDiffer = RocksDBCheckpointDifferHolder.getInstance(
+        rocksDBCheckpointDiffer = new RocksDBCheckpointDiffer(

Review Comment:
   With this, `RocksDBCheckpointDifferHolder` is no longer used right?



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