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

workloads: Increase timeout to correlate workload event with endpoint #2508

Merged
merged 1 commit into from
Jan 13, 2018

Conversation

tgraf
Copy link
Member

@tgraf tgraf commented Jan 13, 2018

Under heavy system load, it can take a considerable amount between the
time the container start notification (e.g. docker event) has been
received and the endpoint has been created via the network plugin
notification mechanism (e.g. CNI). The existing timeout has been too
short at times which caused legitimate containers to be treated as not
being handled by Cilium when they should have been.

Signed-off-by: Thomas Graf thomas@cilium.io

Fix too small timeout causing containers not to show up as endpoints under heavy system load

Under heavy system load, it can take a considerable amount between the
time the container start notification (e.g. docker event) has been
received and the endpoint has been created via the network plugin
notification mechanism (e.g. CNI). The existing timeout has been too
short at times which caused legitimate containers to be treated as not
being handled by Cilium when they should have been.

Signed-off-by: Thomas Graf <thomas@cilium.io>
@tgraf tgraf added kind/bug This is a bug in the Cilium logic. pending-review release-note/bug This PR fixes an issue in a previous release of Cilium. labels Jan 13, 2018
@tgraf tgraf requested a review from a team as a code owner January 13, 2018 02:44
@tgraf
Copy link
Member Author

tgraf commented Jan 13, 2018

test-me-please

@aanm aanm self-requested a review January 13, 2018 21:38
@tgraf tgraf merged commit 35cc1fe into master Jan 13, 2018
@tgraf tgraf deleted the increase-cni-timeout branch January 13, 2018 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is a bug in the Cilium logic. release-note/bug This PR fixes an issue in a previous release of Cilium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants