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


##########
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##########
@@ -202,6 +202,13 @@ public RocksDBCheckpointDiffer(String metadataDir,
           pruneCompactionDagDaemonRunIntervalInMs,
           pruneCompactionDagDaemonRunIntervalInMs,
           TimeUnit.MILLISECONDS);
+
+      this.executor.scheduleWithFixedDelay(
+          this::pruneSttFiles,

Review Comment:
   Typo?
   ```suggestion
             this::pruneSstFiles,
   ```



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