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

fix(#304): wait a bit more when killing scylla-jmx on timeout #307

Merged
merged 1 commit into from
Feb 14, 2021

Conversation

fruch
Copy link
Contributor

@fruch fruch commented Feb 14, 2021

The SIGQUIT is follow too soon by a forcefull kill, i.e. we don't let
the process enough time to print the output to stdout

Close: #303
Ref: scylladb/scylladb#7991 (comment)

The `SIGQUIT` is follow too soon by a forcefull kill, i.e. we don't let
the process enough time to print the output to stdout

Close: scylladb#303
Ref: scylladb/scylladb#7991 (comment)
@fruch fruch self-assigned this Feb 14, 2021
@fruch fruch merged commit bc4dced into scylladb:next Feb 14, 2021
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.

When nodetool command timeout, kill scylla-jmx with sigquit
1 participant