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


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/OzoneManagerServiceProviderImpl.java:
##########
@@ -469,6 +476,7 @@ void innerGetAndApplyDeltaUpdatesFromOM(long 
fromSequenceNumber,
     LOG.info("Number of updates received from OM : {}, " +
             "SequenceNumber diff: {}, SequenceNumber Lag from OM {}.",
         numUpdates, getCurrentOMDBSequenceNumber() - fromSequenceNumber, lag);
+    return null != dbUpdates ? dbUpdates.isDBUpdateSuccess() : false;

Review Comment:
   @adoroszlai - I have handled this suggestion. Pls re-review.



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