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

Sometimes, old events can block workspace startup #1185

Open
amisevsk opened this issue Oct 6, 2023 · 0 comments
Open

Sometimes, old events can block workspace startup #1185

amisevsk opened this issue Oct 6, 2023 · 0 comments

Comments

@amisevsk
Copy link
Collaborator

amisevsk commented Oct 6, 2023

Description

In some cases, an event (e.g. failure to mount a volume) can prevent a workspace from starting even if the event is older (e.g. referring to an old pod that is still terminating). It seems that DWO is too broad in searching for unrecoverable events, allowing events that apply to older pods to interfere with new ones.

How To Reproduce

No easy reproducer yet.

Expected behavior

We should make sure we're not including events that don't apply to the current workspace start during startup.

Additional context

Initially occurred while testing workspaces in Eclipse Che -- there was an issue with configmap from the Che routing reconciler that blocked workspace startup for a few minutes while old pods were terminated. Once the pods were gone, the workspace started normally.

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