brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
428 stars 66 forks source link

Failed containers aren't deleted when the associated application is deleted #289

Open johnmccabe opened 8 years ago

johnmccabe commented 8 years ago

Adding a multi-container app which contains an app that initially fails but works on restart results in the failed container persisting when the app is deleted.

I've observed this occur on one occasion, can be simulated by having one container in the app rely on an external resource that be made inaccessible on initial start, but available for a subsequent restart of the failed container.