-
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 takes forewer to reload on windows #3923
Comments
Thanks for your continued patience and explanations of what is happening here @123BLiN, we appreciate it. To confirm, you never see this at all in 1.0.0? It appears the different versions show slightly different timelines to see the issue materialize. Can clarify that you have never seen it on 1.0.0 or earlier? Just want to firmly rule that out to help with investigating it. |
Confirmed - never was able to reproduce in 1.0.0. |
Hello, sorry for delay |
Description of the Issue (and unexpected/desired result)
consul reload command takes 15-20 min and utilizes much CPU time after it is running for 10-20 hours.
the issue is not reproducible right after consul agent restart.
number of services ~ 500 per agent + 1-2 health checks for each.
the issue is not reporducible with consul 1.0.0
linux may or may not be affected - we don't have as much services on it, but please let me know if I should try to reproduce.
Reproduction steps
consul reload
command from the cmd after 10-20 hours in the running stateconsul version
for both Client and ServerClient:
1.0.6
Server:
1.0.6
Operating system and Environment details
Windows 2012R2
nothing strange in logs, but I will try to take a closer look later.
I'm ready to collect dumps and TRACE logs and so on to help identify the problem, but maybe someone could know what exact change since the version 1.0.0 may cause this?
Unfortunately we have rolled back to the version 1.0.0 for agents so I will need to set up separate test environment for reproduce.
Side note
consul reload
for agent version 1.0.0 and ~500 services takes 2-3 secconsul reload
for agent version 1.0.6 and ~500 services takes 11 sec (in 5 min after restart)Thanks,
Roman
The text was updated successfully, but these errors were encountered: