swamirishi commented on code in PR #8976:
URL: https://github.com/apache/ozone/pull/8976#discussion_r2321413049


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmSnapshotManager.java:
##########
@@ -513,12 +513,18 @@ public static DBCheckpoint createOmSnapshotCheckpoint(
         snapshotInfo.getVolumeName(), snapshotInfo.getBucketName(), 
batchOperation);
 
     if (dbCheckpoint != null && snapshotDirExist) {
-      LOG.info("Checkpoint : {} for snapshot {} already exists.",
-          dbCheckpoint.getCheckpointLocation(), snapshotInfo.getName());
+      LOG.info("Checkpoint: {} for snapshot {} (volume: {}, bucket: {}) 
already exists.",

Review Comment:
   nit: Just a suggestion here we can actually directly print 
snapshotInfo.tableKey()



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