Shane Kumpf created YARN-7973: --------------------------------- Summary: Support ContainerRelaunch for Docker containers Key: YARN-7973 URL: https://issues.apache.org/jira/browse/YARN-7973 Project: Hadoop YARN Issue Type: Sub-task Reporter: Shane Kumpf
Prior to YARN-5366, {{container-executor}} would remove the Docker container when it exited. The removal is now handled by the {{DockerLinuxContainerRuntime}}. {{ContainerRelaunch}} is intended to reuse the workdir from the previous attempt, and does not call {{cleanupContainer}} prior to {{launchContainer}}. The container ID is reused as well. As a result, the previous Docker container still exists, resulting in an error from Docker indicating the a container by that name already exists. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org