devmadhuu commented on code in PR #10696:
URL: https://github.com/apache/ozone/pull/10696#discussion_r3576611433


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/RDBSnapshotProvider.java:
##########
@@ -126,7 +126,7 @@ public DBCheckpoint downloadDBSnapshotFromLeader(String 
leaderNodeID)
       LOG.info("Successfully untar the downloaded snapshot {} at {}.",
           targetFile, unTarredDb.toAbsolutePath());
       if (ratisSnapshotComplete(unTarredDb)) {
-        LOG.info("Ratis snapshot transfer is complete.");
+        LOG.info("DB snapshot transfer is complete.");

Review Comment:
   Downloading active OM DB by OM followers should not be tied up with this 
terminology "`RATIS`". It is just full active OM DB download from leader. Since 
it was originally written based in install snapshot flow, but this API can be 
used y any http client. So updating log makes sense.



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