infra icon indicating copy to clipboard operation
infra copied to clipboard

Spawning sandboxes gets stuck on loading snapshot

Open ValentaTomas opened this issue 10 months ago • 1 comments

Sometimes when spawning a sandbox the process gets stuck on loading the snapshot and times out.

One of the possible causes of this is the network namespace handling in Go — it is possible that the goroutine namespace could be somehow switched because of the way the threads and namespaces are handled.

This bug would cause the request for sandbox to return 500 "Cannot create a environment instance right now" error.

ValentaTomas avatar Apr 02 '24 01:04 ValentaTomas