Browse Source
`topology.Leader()` was using a backoff that typically resulted in at least a 5s delay when initially starting a master and raft server. This changes the backoff algorithm to use exponential backoff starting with 100ms and waiting up to 20s for leader selection. Related to #4307pull/4318/head
Stewart Miles
2 years ago
committed by
GitHub
3 changed files with 10 additions and 13 deletions
Loading…
Reference in new issue