-
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
Consul Web-UI only shows health checks for one instance. #9648
Comments
Hi @apollo13 Thanks for submitting this, the HTTP response you included here was super helpful, so thanks for including that! Sorry to ask, but just incase - do any filters checked in the |
Nope, Nothing checked. FWIW if I go back to the other instance (not consistently but still somewhat reproducable) I see a list of more than 3 checks (currently 30 or so). Mostly I just see the checks that should be there on nomad1 though. Neither network console nor js console shows any interesting errors. |
I can paste the responses from the webui as the browser sees them as needed. Or more consul API calls if that helps you. Just tell me what you need. |
Hi @apollo13 Thanks again for all the info you provided here! It really helped to get a reproduction up and running. We have a fix in the works, so hopefully it will be in the next release. 👍 |
Lovely thanks, this issue made debugging connect issues rather hard till I realized that those are not my issues :) |
Overview of the Issue
I have a nomad service deployed with a connect sidecar but the instances in the consul webui show different health checks (or rather miss some)
Reproduction Steps
Deploy this nomad job (Not sure how I'd create all this manually):
go into the webinterface; the second instance for the job hello will only show the serf check. But, querying consul directly seems to return the correct info:
As you can see there are three checks registered on each node, yet the webiface shows:
I am not sure how to debug this further; I also often get "Warning an error occured while loading data" -- where can I get more details about that?
Consul info for both Client and Server
Client/Server info
Operating system and Environment details
Standard Debian 10 on x86_64
Log Fragments
Nothing useful in the logs (not even on trace), the server shows the requests but no indication of any error
The text was updated successfully, but these errors were encountered: