Skip to content

ipcache: Fix failing controller check from SupportsDelete #19751

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

joamaki
Copy link
Contributor

@joamaki joamaki commented May 9, 2022

The use of a separate probe map in SupportsDelete left a controller
that was failing due to the map being unpinned. Fix by not calling
WithCache() to not create the sync controller, and use CreateUnpinned
to avoid the unnecessary pinning.

The use of a separate probe map in SupportsDelete left a controller
that was failing due to the map being unpinned. Fix by not calling
WithCache() to not create the sync controller, and use CreateUnpinned
to avoid the unnecessary pinning.

Signed-off-by: Jussi Maki <jussi@isovalent.com>
@joamaki joamaki requested review from aanm, a team and brb May 9, 2022 07:47
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 9, 2022
@joamaki joamaki added the release-note/ci This PR makes changes to the CI. label May 9, 2022
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 9, 2022
@joamaki
Copy link
Contributor Author

joamaki commented May 9, 2022

/test-1.23-net-next

@joamaki
Copy link
Contributor Author

joamaki commented May 9, 2022

/test-1.16-4.9

@joamaki
Copy link
Contributor Author

joamaki commented May 9, 2022

/test

@joamaki joamaki added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 9, 2022
@kaworu kaworu merged commit d3d3da0 into cilium:master May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants