Stewart Miles
57ab1f8516
Use exponential backoff to query leader. ( #4313 )
...
`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 #4307
2023-03-15 17:49:46 -07:00
..
2022-08-23 23:18:21 -07:00
2023-03-15 13:03:20 -07:00
2023-02-17 01:31:44 -08:00
2022-07-29 00:17:28 -07:00
2022-12-11 21:05:58 -08:00
2023-01-20 01:48:12 -08:00
2023-03-02 08:24:36 -08:00
2023-03-15 12:37:25 -07:00
2023-01-20 01:48:12 -08:00
2022-09-14 23:06:44 -07:00
2023-01-20 01:48:12 -08:00
2023-02-05 21:24:21 -08:00
2022-07-29 00:17:28 -07:00
2023-02-05 21:24:21 -08:00
2023-01-20 01:48:12 -08:00
2023-03-02 08:24:36 -08:00
2023-02-21 19:47:33 -08:00
2022-07-29 00:17:28 -07:00
2023-03-08 07:45:08 -08:00
2023-03-14 08:38:02 -07:00
2022-04-08 15:07:56 +08:00
2023-03-08 01:04:02 -08:00
2023-03-14 22:05:16 -07:00
2023-03-15 17:49:46 -07:00
2023-02-20 16:56:05 -08:00
2022-10-23 13:15:03 -07:00
2022-12-01 14:09:14 -08:00
2022-12-11 21:05:58 -08:00