-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to catalog/datacenters hangs #1912
Comments
Hi @tpham-here if you run |
I recently encountered the same issue and got a chance to issue 'consul members -wan'. The command hangs. |
vote. I had similar problem. |
We completely reworked the guts of this in Consul 0.8.0 - the RPC interface is gone and this uses the regular HTTP API, and we updated the WAN internals. I'll close this out for now since we haven't seen any more reports of this. Please let us know if you can reproduce this with 0.8.0 or later. |
We have a Consul server (1 of 5 in a cluster) that is not responding to GET v1/catalog/datacenters requests. The request hangs on that one Consul server. Normally, this GET request responds within seconds. Other requests to the catalog on that Consul server work fine, e.g. v1/catalog/nodes and v1/catalog/services. The Consul server has been online for the past 5 weeks. The VM that the Consul server is on is functioning fine, i.e. tcpdump, ping, nmap, iperf shows the correct ports are opened and traffic is flowing smoothly.
There was an issue back in August 2015 having similar symptoms - #1154. There is not much in the logs that detail what could have gone wrong. The only workaround we have was to restart the Consul server. The Consul server we are running is:
The patch for issue #1154 should have already been included in our version. Please advise.
The text was updated successfully, but these errors were encountered: