ChenSammi commented on code in PR #7861: URL: https://github.com/apache/ozone/pull/7861#discussion_r1954004594
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis_snapshot/OmRatisSnapshotProvider.java: ########## @@ -143,8 +144,8 @@ public void downloadSnapshot(String leaderNodeID, File targetFile) OMNodeDetails leader = peerNodesMap.get(leaderNodeID); URL omCheckpointUrl = leader.getOMDBCheckpointEndpointUrl( httpPolicy.isHttpEnabled(), true); - LOG.info("Downloading latest checkpoint from Leader OM {}. Checkpoint " + - "URL: {}", leaderNodeID, omCheckpointUrl); + LOG.info("Downloading latest checkpoint from Leader OM {}. Checkpoint: {} " + "URL: {}", + leaderNodeID, targetFile.getName(), omCheckpointUrl); Review Comment: The indent used in Ozone is 4, instead of default 8. You can go to Intellij -> settings, Java coding style "Tabs and Indents" to set it to 4. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org