Skip to content
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

loader : Log upsert and remove route errors #15525

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

h3llix
Copy link
Contributor

@h3llix h3llix commented Mar 31, 2021

Fixes : #15282
Signed-off-by: Gaurav Genani h3llix.pvt@gmail.com

Fixes : cilium#15282
Signed-off-by: Gaurav Genani <h3llix.pvt@gmail.com>
@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 Mar 31, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Mar 31, 2021
Copy link
Member

@aanm aanm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now looks great :D Thanks!

@aanm aanm added the release-note/misc This PR makes changes that have no direct user impact. label Mar 31, 2021
@h3llix h3llix marked this pull request as ready for review March 31, 2021 15:26
@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 Mar 31, 2021
@aanm
Copy link
Member

aanm commented Mar 31, 2021

test-me-please

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 6, 2021
@pchaigno
Copy link
Member

pchaigno commented Apr 6, 2021

I opened #15572 for the new flake. Merging.

@pchaigno pchaigno merged commit c4581b3 into cilium:master Apr 6, 2021
1.10.0 automation moved this from In progress to Done Apr 6, 2021
if ep.RequireEndpointRoute() {
upsertEndpointRoute(ep, *ip.IPNet(32))
if err := upsertEndpointRoute(ep, *ip.IPNet(32)); err != nil {
scopedLog.WithError(err).Warn("Failed to upsert route")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this log message contain the actual route which could not be added/removed? That would be super helpful details to have when these cases are hit.

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/misc This PR makes changes that have no direct user impact.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Log errors on upsert/delete of endpoint routes
4 participants