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 wait_for_schema_agreement deadlock #256

Merged
merged 2 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. Fix wait_for_schema_agreement deadlock

    Fixes scylladb#168
    
    Fix works by extracting part of on_down that marks host as down
    out of the executor - so it does not need to wait for free thread.
    When host is marked as down, wait_for_schema_agreement can finish,
    which in turn enables rest of on_down (the part that still runs on
    executor) to be executed.
    Lorak-mmk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7b287a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Add regression test for schema deadlock

    Regression test for deadlock when performing schema change
    right after killing a node: scylladb#168
    Lorak-mmk committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    01383bc View commit details
    Browse the repository at this point in the history