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

cmd/scylla-manager: handle signals during migrate #3204

Closed
mmatczuk opened this issue Jul 13, 2022 · 0 comments · Fixed by #3208
Closed

cmd/scylla-manager: handle signals during migrate #3204

mmatczuk opened this issue Jul 13, 2022 · 0 comments · Fixed by #3208
Assignees
Milestone

Comments

@mmatczuk
Copy link
Contributor

It's possible to terminate the SM server while migration is running and it can result in a broken DB state.

With scylladb/gocqlx#237 implemented we can handle termination signals with context cancellation while migration is running to gracefully stop the migration.

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

Successfully merging a pull request may close this issue.

2 participants