Skip to content

[ws-manager] Stuck in stopping: cannot pull image #5275

Closed
@geropl

Description

@geropl

Instead of hanging in "stopping" forever these workspaces should become "stopped" eventually.

Event trace log: https://cloudlogging.app.goo.gl/EXYxbuiVyATKGic47

DB query:

SELECT wsi.*
	FROM d_b_workspace_instance AS wsi
    JOIN d_b_workspace AS ws
		ON ws.id = wsi.workspaceId
    WHERE wsi.phasePersisted = 'stopping'
        AND status->>'$.conditions.failed' LIKE "cannot pull image%"
	ORDER BY wsi.creationTime DESC
    LIMIT 500;

instanceIds:

5031df46-db5e-43ae-91bd-1448305c001d
6aefa0da-08ea-49a4-9425-0bfb8c2c4f80
eea09b36-26c0-464a-a75d-d7a5579d21fb
1ea23121-46fe-497c-8e85-798a5c457b65

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions