-
Notifications
You must be signed in to change notification settings - Fork 3.4k
pkg/node: fix repeated error reporting in neighbor-link-updater #35179
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
pkg/node: fix repeated error reporting in neighbor-link-updater #35179
Conversation
/test |
discussed in cilium community meeting this morning: as this addreses memory spikes in Cilium 1.16 this should be backported to 1.16. (I don't seem to have permission to add the backport label) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Test flakes:
Will rerun tests and open issues for the new flakes if they pass on the second run. |
/test |
1 similar comment
/test |
/ci-ginkgo |
/ci-l4lb |
/ci-e2e-upgrade |
/ci-ginkgo |
1 similar comment
/ci-ginkgo |
Previously, neighbor-link-updater set the health status error for each neighboring node to a concatenation of all errors from all nodes processed so far. Fix it by storing only the error from refreshing the particular node. Signed-off-by: Will Daly <widaly@microsoft.com>
5f2f7ef
to
fa81ca7
Compare
/test |
|
/test |
ci-ginko failed again with a different error: https://github.com/cilium/cilium/actions/runs/11258851229/job/31306534220
|
Previously, neighbor-link-updater set the health status error for each neighboring node to a concatenation of all errors from all nodes processed so far.
Fix it by storing only the error from refreshing the particular node.