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

False positiv error when cleaning upp conntrack for UDP endpoints #304

Closed
roffe opened this issue Feb 13, 2018 · 0 comments
Closed

False positiv error when cleaning upp conntrack for UDP endpoints #304

roffe opened this issue Feb 13, 2018 · 0 comments
Assignees

Comments

@roffe
Copy link
Collaborator

roffe commented Feb 13, 2018

Observed

E0213 10:12:03.403010       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.1.19:53 due to exit status 1
E0213 10:12:03.411239       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.1.19:53 due to exit status 1
E0213 10:12:03.433104       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.2.121:53 due to exit status 1
E0213 10:12:03.438133       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.2.121:53 due to exit status 1
E0213 10:12:03.443904       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.2.121:53 due to exit status 1
E0213 10:12:03.449875       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.1.19:53 due to exit status 1
E0213 10:12:03.484576       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.4.254:53 due to exit status 1
E0213 10:12:03.491458       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.4.254:53 due to exit status 1
E0213 10:12:03.497347       1 network_services_controller.go:626] Failed to delete conntrack entry for endpoint: 10.32.4.254:53 due to exit status 1

in my logs today

The error is triggered due to conntrack exiting with non zero exit code and printing to stderr when deleting 0 flows. https://github.com/cloudnativelabs/kube-router/blob/master/app/controllers/network_services_controller.go#L618

Working on a fix as we speak and should be done within a hour or two

@roffe roffe self-assigned this Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant