smengcl commented on code in PR #3613:
URL: https://github.com/apache/ozone/pull/3613#discussion_r926903705
##########
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) {
Review Comment:
I believe `SequenceNumberNotFoundException` is the only expected checked
exception to be thrown anyway, judging from the method signature:
https://github.com/apache/ozone/blob/946604705cd3a84888f3d189b1938f72f508b664/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RDBStore.java#L280-L281
--
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]