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

Fail topology wait strategy if container is not running #634

Open
npepinpe opened this issue Jan 25, 2024 · 0 comments
Open

Fail topology wait strategy if container is not running #634

npepinpe opened this issue Jan 25, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@npepinpe
Copy link
Collaborator

Describe the bug

It can happen (e.g. OOM killed) that the container stops while we're checking the topology. In such cases, right now, the container tries until it times out. We should instead check on each try if the container is still running, and if not simply exit.

To Reproduce

Start a container with too little memory with the topology check.

Expected behavior

Exit early of the topology check if the container stopped running.

@npepinpe npepinpe added the type/bug Something isn't working label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant