1.3 crash picks + 1 carry#10541
Merged
openshift-bot merged 10 commits intoopenshift:masterfrom Aug 19, 2016
Merged
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)
Member
Author
|
[test] |
Member
Author
Closed
Member
Author
|
re[test] |
Member
Author
|
The panics no longer exist in the system, testing again to see for flake. |
Member
Author
|
re[test] due to flake #10546 |
Contributor
|
Evaluated for origin test up to bc075c8 |
Contributor
|
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8269/) |
Member
Author
|
marking [merge] per @eparis direction to allow earlier test. |
Contributor
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8269/) (Image: devenv-rhel7_4883) |
Contributor
|
Evaluated for origin merge up to bc075c8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes: #10526
Adds a carry for 29743 to preserve HandleCrash behaviors