adoroszlai commented on code in PR #7861:
URL: https://github.com/apache/ozone/pull/7861#discussion_r1954010356


##########
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: {}",

Review Comment:
   nit: concatenation is unnecessary.
   
   ```suggestion
       LOG.info("Downloading latest checkpoint from Leader OM {}. Checkpoint: 
{} URL: {}",
   ```



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

Reply via email to