Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CATCHUP] - Fix Issue where Some nodes Start in Higher view #3681

Closed
bfish713 opened this issue Sep 17, 2024 · 0 comments · Fixed by #3686
Closed

[CATCHUP] - Fix Issue where Some nodes Start in Higher view #3681

bfish713 opened this issue Sep 17, 2024 · 0 comments · Fixed by #3686

Comments

@bfish713
Copy link
Collaborator

What is this task and why do we need to work on it?

Restart should have all nodes start in the last view they would have participated in. However because of the way we do actions there we don't actually do this. If the DA committee does not have a quorum, but the network does, each node will updated it's view (in persistant storage) when it proposes. This means that when nodes are restarted they can all start back up in their last proposed view.

What work will need to be done to complete this task?

No response

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

Pass a test which repros the issue we saw in prod.

Branch work will be merged to (if not the default branch)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant