-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.8.4
-
Fix Version/s: None
-
Component/s: client
-
Labels:
-
Target Version/s:
-
Flags:Patch
Avoid stopContainer on failed node
If a container failed to launch earlier due to terminated instances, it has already been removed from the container hash map. Avoiding the kill() for CONTAINER_REMOTE_CLEANUP will avoid wasting 15min per container on retries/timeout.