hemantk-12 commented on code in PR #5145:
URL: https://github.com/apache/ozone/pull/5145#discussion_r1283573482
##########
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:
Yes, I forgot to remove that. Just removed. Thanks for pointing it out.
--
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]