-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Panic in leader election, close of closed channel #26782
Comments
I removed it for brevity, but those entries all come from the same PID, 29837. I haven't dug through the code yet to figure why the scheduler called the election code twice. |
@therc do you have repro instructions? What is odd is you have b2b : "sucessfully acquired lease" |
nvmd I see the issue(s), fix in flight. |
I haven't seen this since, but thanks for fixing it! |
This was referenced Jul 27, 2016
k8s-github-robot
pushed a commit
that referenced
this issue
Jul 29, 2016
Automatic merge from submit-queue Fix race condition found in JitterUntil. This was caused by the recent addition of "sliding" manifested in: #26782
k8s-github-robot
pushed a commit
that referenced
this issue
Jul 29, 2016
Automatic merge from submit-queue Update acquire to use newer JitterUntil vs. sleep Fix to prevent #26782 which could have had a race on a 0 timer the way it was written before due to changes in wait. I will likely make a PR for some of the recent changes in wait as well.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Built from HEAD. Edited for conciseness.
The text was updated successfully, but these errors were encountered: