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

Handle signals during migrate #3208

Merged
merged 4 commits into from
Jul 29, 2022
Merged

Conversation

karol-kokoszka
Copy link
Collaborator

Fixes #3204
Signal handling is moved before the migration starts.

Additional commit - change os.Exit to syscall.Exit (no need to log panic on closing server, it's actually expected)


"Only the Best is Good Enough." - LEGO company motto

Please make sure that:

  • Code is split to commits that address a single change
  • Commit messages are informative
  • Commit titles have module prefix
  • Commit titles have issue nr. suffix

@karol-kokoszka karol-kokoszka merged commit 7e8df61 into master Jul 29, 2022
@karol-kokoszka karol-kokoszka deleted the handle_signals_during_migrate branch July 29, 2022 11:00
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 this pull request may close these issues.

cmd/scylla-manager: handle signals during migrate
1 participant