-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Increased total_waiting counter for eval broker on non leader nodes #4670
Comments
Also it is very strange that eval broker methods doesn't check that it not enabled |
Also in some cases this can lead to memleaks on non leader nodes due uncleared |
@preetapan Why this issue ignored? I just check 0.9.0-beta3 branch and there bug still present |
@tantra35 0.9 is such a big release already so we didn't include this fix. It will be in the next point release - 0.9.1 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.8.4 (dbee1d7)
Issue
on non leader servers we see constantly increased total_wating counter for eval broker
On screenshot, node
vol-cl-constrol-03
is current leader, and it broker is ok, but on non leaders servers this counter constantly only increase, but this is wrong because eval broker work only on leader node,Seems that
eval_broker.go
should be changed like this:The key idea here is to insert
The text was updated successfully, but these errors were encountered: