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

Add FailoverHeartbeatTTL to config #11127

Merged
merged 3 commits into from
Oct 6, 2021

Commits on Aug 28, 2021

  1. Add FailoverHeartbeatTTL to config

    FailoverHeartbeatTTL is the amount of time to wait after a server leader failure
    before considering reallocating client tasks. This TTL should be fairly long as
    the new server leader needs to rebuild the entire heartbeat map for the
    cluster. In deployments with a small number of machines, the default TTL (5m)
    may be unnecessary long. Let's allow operators to configure this value in their
    config files.
    mukerjee committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    47c6540 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    69a2bc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. docs: add changelog entry for hashicorp#11127 and highlight impact of…

    … failover_heartbeat_ttl
    lgfa29 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a4c6822 View commit details
    Browse the repository at this point in the history