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(raft): drop stale log pattern as trigger for interrupting decommission #9340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. fix(raft): drop stale log pattern as trigger for interrupting decommi…

    …ssion
    
    Since scylla commit 36520250623a ("storage_service: wire node_ops_ctl for
    node operations", 2023-03-09), scylla does not log "Finished token ring
    movement". Watching the log for this message would inevitably time out,
    consequently. Remove this log pattern.
    
    Fixes scylladb#9281
    
    Signed-off-by: Laszlo Ersek <[email protected]>
    lersek committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ec60927 View commit details
    Browse the repository at this point in the history