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

improve upgrade part of role re drain & restart #281

Open
tarzanek opened this issue Aug 17, 2023 · 0 comments
Open

improve upgrade part of role re drain & restart #281

tarzanek opened this issue Aug 17, 2023 · 0 comments

Comments

@tarzanek
Copy link
Collaborator

Sometimes drain can get "stuck"
and retries to check for it will fail - we should have a way to override this check

then again stopping of Scylla process will also get blocked - so this waits for systemd unnecessarily long (15mins or so), we should have a way to kill it immediatelly or after certain delay (given as input)

above can be caused by various bugs - so role should be flexible to give you and override
in a sense above harmless since commitlog is saving the day - which then in turn means, if you do above, you have to wait for commitlog replay
(so start of node will take longer, which is OK)

we need to get above flexibility for easier upgrades from versions with drain bugs

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

No branches or pull requests

1 participant