smengcl commented on code in PR #5934:
URL: https://github.com/apache/ozone/pull/5934#discussion_r1443904214
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotCache.java:
##########
@@ -186,6 +186,7 @@ public ReferenceCounted<IOmMetadataReader, SnapshotCache>
get(String key,
throw new IllegalStateException(ex);
}
}
+ LOG.info("Getting Snapshot {} from Snapshot Cache", k);
Review Comment:
`info` level might be too noisy here?
```suggestion
LOG.debug("Getting snapshot {} from SnapshotCache", k);
```
--
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]