smengcl commented on code in PR #4401:
URL: https://github.com/apache/ozone/pull/4401#discussion_r1137754052
##########
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##########
@@ -986,6 +980,8 @@ private CompactionNode addNodeToDAG(String file, String
snapshotID,
numKeys = getSSTFileSummary(file);
} catch (RocksDBException e) {
LOG.warn("Can't get num of keys in SST '{}': {}", file, e.getMessage());
+ } catch (FileNotFoundException e) {
+ LOG.info("Can't fine SST '{}'", file, e);
Review Comment:
```suggestion
LOG.info("Can't find SST '{}'", file, e);
```
--
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]