Really bad timing can cause one framework PID to be registered with two IDs
---------------------------------------------------------------------------
Key: MESOS-168
URL: https://issues.apache.org/jira/browse/MESOS-168
Project: Mesos
Issue Type: Bug
Reporter: Charles Reiss
If message delivery is delayed enough, it's possible for a framework not to
receive its FrameworkRegisteredMessage (with ID "A") before its (one second)
timer to resend its RegisterFrameworkMessage (as part of reliable
registration). The master will happily register the same framework PID again
with a different framework ID (with ID "B"). The framework will receive offers
for both ID "A" and ID "B", but will reply to offers as ID "B", causing the
master to CHECK()-fail when it checks the validity of the offer replies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira