mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 16:07:58 +00:00
1a351d53bb
This code started as an optimization to avoid doing an RPC Ping to itself. But in a single server cluster the rebalancing was led to believe that there were no healthy servers because foundHealthyServer was not set. Now this is being set properly. Fixes #8401 and #8403.