You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since compose implementation is currently unsafe to use concurrently, containerd#3543 did introduce a blanket
locking mechanism for any and all compose operations.
However, an unintended side-effect is that a call to `compose logs`, or other operations being called in no-detach mode, would effectively
prevent the user from performing any further operation until these are quitting.
This commit does make it so a call to `composer.Logs` does release the lock.
Note the lock logic has also been moved to `pkg/composer`.
Signed-off-by: apostasie <[email protected]>
0 commit comments