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

Timeout issues #371

Open
Alien2150 opened this issue Feb 28, 2023 · 3 comments
Open

Timeout issues #371

Alien2150 opened this issue Feb 28, 2023 · 3 comments

Comments

@Alien2150
Copy link

I am seeing this error message on moon:

W0227 15:03:01.046282       1 reflector.go:442] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: watch of *v1.Pod ended with: an error on the server ("unable to decode an event from the watch stream: context canceled") has prevented the request from succeeding

(See more surrounding logs attached as screen)

It looks like this is mainly happening during pod deletion. I have tried to mitigate it adding @RetryingTests(maxAttempts = 3) to our e2e - tests but that seems that cause other issues. Is there any other workaround for this or any way this can be fixed by tweaking some timeouts?

Screenshot 2023-02-28 at 10 29 24

@vania-pooh
Copy link
Member

@Alien2150 this can be a signal that Kubernetes API is overloaded.

@Alien2150
Copy link
Author

Alien2150 commented Feb 28, 2023

@vania-pooh thanks for coming back to me. Is it a warning or does it result in exception messages on client side? Our setup is we run e2e tests using selenoid sending its request to moon. Both run in Kubernetes.

@vania-pooh
Copy link
Member

@aandryashin is it a warning?

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

2 participants