Do not mask IOException JournalSegment constructor 06/116206/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Apr 2025 09:23:01 +0000 (11:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Apr 2025 09:23:23 +0000 (11:23 +0200)
commitf5cc612c067ea2cd44696183ddd8d11eb0a3b73f
tree20c57b78de0417e68ea16cde6612f953e0502443
parenta5683237b20f93aa58cb22fec2c62609bd2b76a0
Do not mask IOException JournalSegment constructor

Make sure callers are aware of an error being possible here, leading
to improved error handlign in SegmentedByteBufJournal.

JIRA: CONTROLLER-2137
Change-Id: I03c6080d9628082a039e6885b8dbcebf5a206345
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
atomix-storage/src/main/java/io/atomix/storage/journal/JournalSegment.java
atomix-storage/src/main/java/io/atomix/storage/journal/SegmentedByteBufJournal.java