real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Apache License 2.0
7.37k stars 888 forks source link

[Java] Always signal the Archive mark file as ready upon conclusion o… #1651

Closed nickelaway closed 1 month ago

nickelaway commented 1 month ago

…f the context, even if there is an error.

Previously, an error during conclude would result in an uninitialised mark file being left in place. Subsequent attempts to load the mark file would then fail with a mark file major version 0 does not match error.