Details
Description
When a docker container is restarted, it gets a new IP, but the service AM only retrieves one IP for a container and then cancels the container status retriever. I suspect the issue would be solved by restarting the retriever (if it has been canceled) when the onContainerRestart callback is received, but we'll have to do some testing to make sure this works.
Attachments
Attachments
Issue Links
- relates to
-
YARN-8286 Inform AM of container relaunch
- Open