-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
fix the winkernel proxy bug, when we try to delete a hnsendpoint which is still in use. #93465
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xlgao-zju The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c068a5d
to
17066cf
Compare
/assign @feiskyer |
/sig windows |
/kind bug |
17066cf
to
ec132f9
Compare
Signed-off-by: Xianglin Gao <xianglin.gxl@alibaba-inc.com>
ec132f9
to
27e7d34
Compare
ping @dineshgovindasamy @madhanrm @feiskyer @ksubrmnn for review |
@kumarvin123 ptal |
Thanks for the change @xlgao-zju! Can you use this map with endpoint ref counts in your change? It should be more efficient https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/winkernel/proxier.go#L584 FYI @elweb9858 please continue to review |
I believe this issue was fixed in #91706. I think this will be available in 1.19. Can you try building a binary with that change? |
Hi @xlgao-zju, thanks for looking into this issue! @sbangari is currently addressing this in #93638 |
so, once #93638 is merged, we can close this issue. |
I believe so. @sbangari can confirm. |
let's close this PR then. /close |
@feiskyer: Closed this PR. 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
fix the winkernel proxy bug, when we try to delete a hnsendpoint which is still in use.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: