SaketaChalamchala commented on code in PR #10185:
URL: https://github.com/apache/ozone/pull/10185#discussion_r3222766832


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -4101,6 +4052,13 @@ public synchronized TermIndex 
installSnapshotFromLeader(String leaderId) throws
       omDBCheckpoint = omRatisSnapshotProvider.
           downloadDBSnapshotFromLeader(leaderId);
     } catch (IOException ex) {
+      if (OmRatisSnapshotProvider.isDiskFullOrQuotaIOException(ex)) {

Review Comment:
   Isn't an error already logged in `downloadDBSnapshotFromLeader`? Why do we 
need to log it again here?



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