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

Expose aten poll interval in rabbitmq.conf #6632

Merged
merged 2 commits into from Dec 12, 2022

Commits on Dec 12, 2022

  1. Expose aten poll interval in rabbitmq.conf

    as `raft.adaptive_failure_detector.poll_interval`.
    
    On systems under peak load, inter-node communication link congestion
    can result in false positives and trigger QQ leader re-elections that
    are unnecessary and could make the situation worse.
    
    Using a higher poll interval would at least reduce the probability of
    false positives.
    
    Per discussion with @kjnilsson @mkuratczyk.
    michaelklishin committed Dec 12, 2022
    Copy the full SHA
    8326ec3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    936e003 View commit details
    Browse the repository at this point in the history