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

[prebuilds] Failed Prebuilds without Snapshot are marked as 'available' #8592

Closed
svenefftinge opened this issue Mar 4, 2022 · 4 comments · Fixed by #8602
Closed

[prebuilds] Failed Prebuilds without Snapshot are marked as 'available' #8592

svenefftinge opened this issue Mar 4, 2022 · 4 comments · Fixed by #8602
Assignees
Labels
team: webapp Issue belongs to the WebApp team

Comments

@svenefftinge
Copy link
Member

There are many failing prebuilds without a snapshot that are still marked as available and therefore used for new workspace starts.

SELECT * FROM d_b_prebuilt_workspace WHERE snapshot='' and state = 'available' order by creationTime DESC
  • We need to figure out why these workspaces fail (many have an error message (Out of Memory) but some don't).
  • Make sure they are marked as failed, so they are not considered when starting a workspace.
@svenefftinge svenefftinge added team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team labels Mar 4, 2022
@svenefftinge svenefftinge self-assigned this Mar 4, 2022
@svenefftinge
Copy link
Member Author

I'm looking into filtering those prebuilds out.

@geropl
Copy link
Member

geropl commented Mar 4, 2022

Discovered yesterday here.

@svenefftinge I don#t think it's possible. Quick sync?

@geropl
Copy link
Member

geropl commented Mar 4, 2022

We figured out there are two issues here:

@geropl geropl removed the team: workspace Issue belongs to the Workspace team label Mar 4, 2022
@geropl
Copy link
Member

geropl commented Mar 4, 2022

Removing the workspace label as the interpretation is webapps responsibility.

@geropl geropl moved this to Scheduled in 🍎 WebApp Team Mar 4, 2022
svenefftinge added a commit that referenced this issue Mar 4, 2022
Distinguish between failed tasks but finished prebuilds
and fully failed prebuilds (no snapshot)

fixes #8592
svenefftinge added a commit that referenced this issue Mar 4, 2022
Distinguish between failed tasks but finished prebuilds
and fully failed prebuilds (no snapshot)

fixes #8592
svenefftinge added a commit that referenced this issue Mar 4, 2022
Distinguish between failed tasks but finished prebuilds
and fully failed prebuilds (no snapshot)

fixes #8592
svenefftinge added a commit that referenced this issue Mar 7, 2022
Distinguish between failed tasks but finished prebuilds
and fully failed prebuilds (no snapshot)

fixes #8592
svenefftinge added a commit that referenced this issue Mar 7, 2022
Distinguish between failed tasks but finished prebuilds
and fully failed prebuilds (no snapshot)

fixes #8592
roboquat pushed a commit that referenced this issue Mar 7, 2022
Distinguish between failed tasks but finished prebuilds
and fully failed prebuilds (no snapshot)

fixes #8592
Repository owner moved this from Scheduled to Done in 🍎 WebApp Team Mar 7, 2022
@roboquat roboquat moved this to Done in 🌌 Workspace Team Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: webapp Issue belongs to the WebApp team
Projects
Archived in project
Archived in project
2 participants