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

Some migrations should prevent startup #188

Closed
brianolson opened this issue Aug 27, 2020 · 0 comments · Fixed by #190
Closed

Some migrations should prevent startup #188

brianolson opened this issue Aug 27, 2020 · 0 comments · Fixed by #190
Assignees
Labels
bug Something isn't working Infrastructure
Milestone

Comments

@brianolson
Copy link
Contributor

Some migrations can run in the background but some migrations should prevent normal startup (no data fetching from algod, no data serving). Right now a backround migration followed by a stop-the-world migration can leave the system in an unworkable system while the backround migration runs. Do the dependency checking on all pending migrations and don't let the system start up if any pending migration is a stop-the-world migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants