-
Notifications
You must be signed in to change notification settings - Fork 97
Bug 1812063: UPSTREAM 83911: Fix DeltaFIFO Replace method #116
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
Conversation
Fix DeltaFIFO Replace method to prevent SharedIndexInformers from missing notifications.
|
@abhat: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
#95 is supposed to fix shared informers in release-4.2. It seems that kubernetes/kubernetes#83911 was not backported to kube 1.16 and 1.14. Are you sure that this commit is actually necessary or is it just something that we had randomly tried when we were trying to fix the informer problems? |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhat, knobunc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@abhat: An error was encountered searching for bug 1812063 on the Bugzilla server at https://bugzilla.redhat.com:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@knobunc: This pull request references Bugzilla bug 1812063, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@abhat - Sorry, this seems to have been fixed in 4.2.19 per https://bugzilla.redhat.com/show_bug.cgi?id=1747532#c14 can you confirm? |
|
@danwinship you are right, this is the backport for the upstream k/k PR: kubernetes/kubernetes#83911. I think this combined with the informer changes that @squeed made in #79 should make sure we are covered. The fixes in #79 are already backported via: #90. |
|
As per @danwinship this backport is not releveant since k/k didn't seem to have the backport into 1.14 either. The informer fix in #95 should be sufficient to address the problem. |
Backport #60