You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/07/21 16:48:04 UTC

[GitHub] [ozone] kerneltime commented on a diff in pull request #3613: HDDS-7032. RDBStore#getUpdatesSince should throw SequenceNumberNotFou…

kerneltime commented on code in PR #3613:
URL: https://github.com/apache/ozone/pull/3613#discussion_r926901841


##########
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:
   Should revert back to throwing all IOExceptions?



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org