This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
raft_start(): io: closed segment 0000000000003069-0000000000003157 is past last snapshot #372
Comments
A first analysis points in the direction of the |
I think it's related to all currently open segments being involved in a barrier, this results in the truncate barrier never "attaching" to an open segment, resulting in the barrier callback to never be fired. Line 776 in d9e5752
Will investigate further to confirm suspicions. |
Closed
Can this be closed now that #435 is merged? |
yes |
fixed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently there have been a couple of failures in the Jepsen suite with the failure listed in the title, it looks related to segment truncation.
run 1 - artifact 1
run 2 - artifact 2
The text was updated successfully, but these errors were encountered: