Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesos Foundations: RI-13 Sp 44
-
3
Description
If an unreachable agent is marked as gone, currently master just marks that agent in the registry but doesn't do anything about its tasks. So the tasks are in UNREACHABLE state in the master forever, until the master fails over. This is not great UX. We should transition these to terminal state instead.
This fix should also include a test to verify.
Attachments
Issue Links
- is related to
-
MESOS-9937 53598228fe should be backported to 1.7.x
- Resolved
-
MESOS-8887 Unreachable tasks are not GC'ed when unreachable agent is GC'ed.
- Resolved
-
MESOS-9546 Operation status is not updated in master when agent is marked as unreachable or gone
- Resolved
-
MESOS-8888 Support manual UNREACHABLE task GC.
- Open