-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
1.3 crash picks + 1 carry #10541
1.3 crash picks + 1 carry #10541
Conversation
Protect access of the original writer. Panics if anything has wrote into the original writer or the writer is hijacked when times out.
The Pop method should allow a caller to requeue an item while under the fifo lock, to avoid races on deletes.
…ed as read-only. Send a node event when this happens and hint to the administrator about the remediation.
Previously it was trying to use a nil pod variable if error was returned from the pod update call. (note that the rest of 26680 is unit test related, and not picked here)
[test] |
re[test] |
The panics no longer exist in the system, testing again to see for flake. |
re[test] due to flake #10546 |
Evaluated for origin test up to bc075c8 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8269/) |
marking [merge] per @eparis direction to allow earlier test. |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8269/) (Image: devenv-rhel7_4883) |
Evaluated for origin merge up to bc075c8 |
Supersedes: #10526
Adds a carry for 29743 to preserve HandleCrash behaviors