Signed-off-by: Lantao Liu <lantaol@google.com>
@@ -189,8 +189,10 @@ func (t *task) Start(ctx context.Context) error {
ContainerID: t.id,
})
if err != nil {
t.io.Cancel()
t.io.Close()
if t.io != nil {
}
return errdefs.FromGRPC(err)
t.pid = r.Pid
The note is not visible to the blocked user.