-
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
'Workspace is not running' page appeared even when the workspace should be running #21796
Comments
After some more investigation the problem seems to be happening because the devworkspace's status becomes:
where the Watching the issue video, when the workspace is starting, the devworkspace's status.phase is Then, going back to the dashboard at the 0:28 mark, the workspace's status is back to The DWO sets the devworkspace's phase to Since the devworkspace's phase goes temporarily from Why the workspace goes from There is already a dashboard-side check to mitigate this issue, however, it did not prevent it from happening in the video. |
@ibuziuk yes, sounds good |
Describe the bug
I started a workspace, but instead of opening the editor, the
Your workspace is not running
page opened instead:Screen.Recording.2022-10-31.at.4.50.23.PM.mov
This issue does not happen does not happen often (from my experience, maybe once in 50 times), but it is worth investigating.
IIRC if the workspace service cannot be reached and the workspace url is accessed, we will see this
Your workspace is not running
page. It could be worth investigating if the traefik retry middleware can help in this case, by retrying when the workspace service cannot be accessed multiple times before giving up and redirecting the an error/info page.Che version
next (development version)
Steps to reproduce
Not able to reproduce consistently, but the issue happened when I was starting an existing workspace.
Expected behavior
The
Your workspace is not running
page should not be displayed. Instead, we should be seeing the editor since the workspace has started successfully.Runtime
OpenShift
Screenshots
No response
Installation method
chectl/next
Environment
macOS
Eclipse Che Logs
No response
Additional context
I experienced this issue on the dogfooding cluster
The text was updated successfully, but these errors were encountered: