mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
0c2a83e1ec
Fix stale reads on server startup. Consistent reads will now wait for up to config.RPCHoldTimeout for the server to get past its raft log, before returning an error. Servers that are starting up will eventually catch up. This fixes issue #2644