Benno Evers created MESOS-8273:
----------------------------------

             Summary: Incorrect master state due to fast agent re-registration
                 Key: MESOS-8273
                 URL: https://issues.apache.org/jira/browse/MESOS-8273
             Project: Mesos
          Issue Type: Bug
            Reporter: Benno Evers


Currently, when a mesos agent attempts to reregister while a previous 
reregistration attempt is still on-going, the new attempt is discarded and the 
old is allowed to continue. This can lead to an inconsistent master state, when 
the agent gained new capabilities or a new version between restarts which are 
only present in the newer reregistration message.

Ideally, we should abort the old reregistration attempt and let the new one 
continue, but this requires some restructuring of the agent reregistration 
codepath.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to