-
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
UPSTREAM: 58547: Send correct resource version for delete events from watch cache #18233
UPSTREAM: 58547: Send correct resource version for delete events from watch cache #18233
Conversation
|
can you also pick to 3.8 and 3.7 (origin and ose)? picking from the cherry-pick PRs upstream should avoid conflicts |
@liggitt I was about to ask you from which version we enabled the cache; now I know :) |
/cherrypick release-3.8 |
@tnozicka: once the present PR merges, I will cherry-pick it on top of release-3.8 in a new PR and assign it to you. In 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. |
/test cmd |
/cherrypick release-3.7 |
@tnozicka: once the present PR merges, I will cherry-pick it on top of release-3.7 In 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. |
/test extended_conformance_install |
it won't... there were conflicts. pick the upstream cherry picks |
we enabled it before that, but that's as far back as I'd pick this for now |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, tnozicka The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
/test integration |
/test extended_conformance_install |
Automatic merge from submit-queue (batch tested with PRs 18233, 18068, 18228, 18227). |
@tnozicka: cannot checkout release-3.8 In 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. |
@tnozicka: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
…7-release-3.7 Automatic merge from submit-queue. [3.7] UPSTREAM: 58572: Automated cherry pick of #58547: Send correct resource version for delete events from watch Backport of #18233 via kubernetes/kubernetes#58572 /assign @liggitt
…7-release-3.8 Automatic merge from submit-queue. [3.8] UPSTREAM: 58571: Automated cherry pick of #58547: Send correct resource version for delete events from watch Backport of #18233 via kubernetes/kubernetes#58571 /assign @liggitt
…e-fix-58547-release-3.8 Automatic merge from submit-queue. [3.8] UPSTREAM: 58571: Automated cherry pick of kubernetes#58547: Send correct resource version for delete events from watch Backport of openshift/origin#18233 via kubernetes#58571 /assign @liggitt Origin-commit: 360fac5be27896518ad01b63a0ea132174af23e8
Backport of kubernetes/kubernetes#58547
Watch cache was returning incorrect (old) ResourceVersion on "deleted" events breaking informers that were going back in time. This fixes it.
/assign @liggitt
/cc @mfojtik
Fixes #17581 #16003 and likely others