swagle commented on code in PR #3613:
URL: https://github.com/apache/ozone/pull/3613#discussion_r927057304
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStore.java:
##########
@@ -322,8 +322,16 @@ public DBUpdatesWrapper getUpdatesSince(long
sequenceNumber, long limitCount)
}
transactionLogIterator.next();
}
+ } catch (SequenceNumberNotFoundException e) {
+ LOG.error("Unable to get delta updates since sequenceNumber {}. "
Review Comment:
We should log this as a Warning since it is not too serious.
--
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]