JenTing
JenTing
> Hi @utam0k, Workspace ID: filipjnc-dtlearnhunt-l2swncfwtr7 Cluster: ws-eu54.gitpod.io > > I can reproduce it as follows: > > * Start new workspace from GitHub repo > * Shut down workspace...
> @jenting 👋 hey bud, I'm not sure if you have an open PR for this, even draft is okay, can you link it to this issue? Nope, haven't found...
We did a special handling within ws-manager to handle the gRPC not found error. https://github.com/gitpod-io/gitpod/blob/e40e43d76120e5de702522e6b816f28b86a219c6/components/ws-manager/pkg/manager/monitor.go#L684-L698
Still in us63
We still see this in the `us64` cluster.
> 1. Log when this happens (we didn't for now). We log it already > 2. Ideally we'd wait longer until the file is ready, before trying to clone We...
I'm blocked for this issue now. I can't reproduce it locally to make the `os.MkdirAll(ws.Location, 0775)` failed with the reason `no such file or directory`. Is this because the mount...
> 👋 @jenting were you able to find anything meaningful via Google searches, or recreate similar misbehavior in https://go.dev/play/? I ask so that we can have that context when sharing...
This is odd. From the log, the error comes from [here](https://github.com/gitpod-io/gitpod/blob/a00f21067cc5521f36a3173d600249c4f49ff9f1/components/content-service/pkg/initializer/prebuild.go#L74). However, I can't see this [line](https://github.com/gitpod-io/gitpod/blob/a00f21067cc5521f36a3173d600249c4f49ff9f1/components/content-service/pkg/initializer/prebuild.go#L65) warning log within GCP log. Note: we filter by `instanceId="a7ad0fe1-3ebc-4786-a207-366f8c7c1e47"`
> I just wonder who deletes `$wsRoot/dst`? kubelet or our component? Do you know? I have the same question. Since we are not sure whether #12282 addressed this issue or...