Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Background: A Samza container periodically calls the AM through a HeartbeatMonitor while the container is running. If a container can't contact the AM because of a network issue or the AM moved hosts, the container will shutdown afterwards and is expected to restart afterwards.
The issue is that the current code (ContainerLaunchUntil.java) returns with a status exit code of 0 leading the job coordinator to not reschedule the container.
Attachments
Attachments
Issue Links
- links to