abra app undeploy
doesn't hold off for container deletion
#564
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Companion issue to #557 following #563.
The original report:
OK, i have confirmed that we basically have the same implementation as
docker stack rm
.https://github.com/docker/cli/pull/4259 is basically here:
I noticed that
docker stack rm
doesn't wait the containers to really, actually go away. There is a time delay between the signalling ofshutdown
and when the container is really, actually gone. I've added a check to confirm that in #623 It seems to be working after a lot of manual testing.I think there might be a bug in the upstream implementation that doesn't count the tasks correctly. However, the task listing output coming from the runtime is also seemingly unpredictable for reasons unknown. I have struggled to add more information to the debug output of the undeploy polling and can't get any joy out of it now. I can try come back to it if this issue persists.
Sample
--debug
output: