mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
51a8e15cf8
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.