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

Make the sequencer more solid #1049

Merged
merged 4 commits into from
Mar 24, 2022
Merged

Make the sequencer more solid #1049

merged 4 commits into from
Mar 24, 2022

Conversation

asonnino
Copy link
Contributor

@asonnino asonnino commented Mar 23, 2022

This PR makes the sequencer more robust so that we can use it for dev net. It remains a testing facility, but it should not make our life miserable when deploying/re-deploying networks of authorities.

Particularly:

  • The sequencer is now crash-safe
  • The core sequencer does not get stuck if one of the subscribers is (unnaturally) slow
  • The core sequencer is memory-bound.

Note that the sequencer cannot re-use the store of the authority since we have a single sequencer for all authorities (thus running on a single machine).

@asonnino asonnino self-assigned this Mar 23, 2022
@asonnino asonnino added the Type: Enhancement New feature or request label Mar 23, 2022
@asonnino asonnino added this to the Post-GDC milestone Mar 23, 2022
@asonnino asonnino merged commit 88c88d8 into main Mar 24, 2022
@asonnino asonnino deleted the solid-sequencer branch March 24, 2022 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants