Copilot commented on code in PR #10386:
URL: https://github.com/apache/ozone/pull/10386#discussion_r3401547416
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/snapshot/OMSnapshotPurgeRequest.java:
##########
@@ -133,8 +136,8 @@ public OMClientResponse validateAndUpdateCache(OzoneManager
ozoneManager, Execut
transactionInfo);
omSnapshotIntMetrics.incNumSnapshotPurges();
- LOG.info("Successfully executed snapshotPurgeRequest: {{}} along with
updating snapshots:{}.",
- snapshotPurgeRequest, updatedSnapshotInfos);
+ LOG.info("Successfully executed snapshotPurgeRequest for snapshots: {}
along with updating snapshots:{}.",
+ purgedSnapshotsForLog, updatedSnapshotInfos);
Review Comment:
Minor log formatting: missing space after `snapshots:` before the `{}`
placeholder makes the message harder to read and inconsistent with the rest of
the sentence.
--
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]