-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 hangs in "Building Image" #10972
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
also having this issue. expecting updates. |
Thanks, @WVerlaek , adding this to Breakdown so we refine it, so we at least check metrics/logs/traces for when this last occurred, and how frequent it may be. |
|
Accidentally reproduced this issue 2x in a workspace-preview cluster, by restarting the So potential theory is that maybe these image builds coincided with a |
Was able to reproduce in a preview env, updated the issue with the steps to reproduce. Not sure which team this issue would belong to, it looks like an issue in |
Nice find, @WVerlaek ! I've moved back to Breakdown and added a blocked label so that we can socialize with the WebApp team. @geropl how would you like to handle this issue? For example, if dashboard is showing a stream of image build logs, and then Would you recommend starting in sugar.ts? Is this something WebApp team would be interested in taking on and prioritizing given related goals and results? Code owners seems a wee bit out-of-date for image-buidler-api. |
@kylos101 The fundamental problem is that the application so far does not persist state for image-builds. If we restart a For some reason I think we're lagging that re-triggering here, on the frontend (1), but the more fundamental problem (2, more mid--term) is to store imagebuild state in the WorkspaceInstance table, and use that to find the ongoing workspace start/related image build, and attach to it again. |
@geropl given our team's available bandwidth, we're going to remove this from groundwork for now. I see you have this Scheduled, please mention me when you'd like us to consider again? For example, if you'd like to collaborate on any changes to Workspace components, like image-builder-api, etc. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug description
My workspace hangs in "Building Image". I could see the log output until the exit command initially.
But then nothing happened. On reload I just see the empty log screen:
Steps to reproduce
Can be reproduced in a preview environment:
https://<your-preview-env>.preview.gitpod-dev.com/#imagebuild/github.com/gitpod-io/empty
building
state), restart theserver
podbuilding
stateWorkspace affected
sveneffting-gitpod1pass-em3ni2zmoi3
Example repository
https://github.com/svenefftinge/gitpod-1password
The text was updated successfully, but these errors were encountered: