You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/09/03 21:09:51 UTC

[jira] [Created] (MESOS-677) Use identifiers in request / response messages to pair responses with the correct requests.

Benjamin Mahler created MESOS-677:
-------------------------------------

             Summary: Use identifiers in request / response messages to pair responses with the correct requests.
                 Key: MESOS-677
                 URL: https://issues.apache.org/jira/browse/MESOS-677
             Project: Mesos
          Issue Type: Improvement
            Reporter: Benjamin Mahler
            Assignee: Benjamin Mahler


Currently, we do not include any request identifying information in response messages. As a result, the various components of the system need to be defensive about responses received that were duplicates, or intended for a previous run of the component.

We could simplify the code substantially by including UUIDs or other identifying information to pair requests with responses.

This could be made part of libprocess to hide away the details.

There have been many instances of this, one recent example is: MESOS-676.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira