• Matt Mukerjee's avatar
    Add FailoverHeartbeatTTL to config (#11127) · 0881b942
    Matt Mukerjee authored
    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.
    0881b942