You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Presently, on agent reboot, the agent will come up with a new ID. This presents a problem because it means that Mesos will never be able to report that a LOST task as gone, and the instance will forever be in the Unreachable state, even though it's associated reservation is reoffered. We expect this to be fixed by https://issues.apache.org/jira/browse/MESOS-6223, which is slated to be released with Mesos 1.3.0.
Until then, we plan to monitor the offer stream, watch for reservations, and then check associated instance state. If the instance state is unreachable, then we will emit a terminal TASK_GONE mesos update so that the task can transition appropriately.
The text was updated successfully, but these errors were encountered:
Presently, on agent reboot, the agent will come up with a new ID. This presents a problem because it means that Mesos will never be able to report that a LOST task as gone, and the instance will forever be in the Unreachable state, even though it's associated reservation is reoffered. We expect this to be fixed by https://issues.apache.org/jira/browse/MESOS-6223, which is slated to be released with Mesos 1.3.0.
Until then, we plan to monitor the offer stream, watch for reservations, and then check associated instance state. If the instance state is unreachable, then we will emit a terminal TASK_GONE mesos update so that the task can transition appropriately.
The text was updated successfully, but these errors were encountered: