You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/05/10 01:00:20 UTC

[jira] [Created] (MESOS-5353) Use `Connection` abstraction to compare stale connections in scheduler library.

Anand Mazumdar created MESOS-5353:
-------------------------------------

             Summary: Use `Connection` abstraction to compare stale connections in scheduler library.
                 Key: MESOS-5353
                 URL: https://issues.apache.org/jira/browse/MESOS-5353
             Project: Mesos
          Issue Type: Improvement
            Reporter: Anand Mazumdar
            Priority: Minor


Previously, we had a bug in the {{Connection}} abstraction in libprocess that hindered the ability to pass it onto {{defer}} callbacks since it could sometimes lead to deadlock (MESOS-4658). Now that it is resolved, we might consider not using {{UUID}} objects for stale connection checks but directly using the {{Connection}} abstraction in the scheduler library.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)