-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Rare error on start workspace. #14859
Comments
|
Any messages in a che-server logs? |
I believe it does not matter.
it's a good question. It's quite easy to simulate such a situation but not easy to reproduce it in a normal way. I can imagine a situation Che Server was killed during workspace start/stop or error occurred on a phase error processing but before cleaning namespace https://github.com/eclipse/che/blob/5d38d7a715bee75b90b1de8fc4bc1a930023f9e4/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/KubernetesInternalRuntime.java#L259 The solution here would be like - try to clean up resources before workspace start, I have no idea how much time it costs |
Please finds the logs as attachment. |
Finally i found the root cause : #15312 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
Sometimes workspace stops in a bad way and don't clean up some resources. And on new restart workspace you can find such error:
After one more restart error gone and workspace starts fine.
Che version
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: