Greg Mann created MESOS-5638:
--------------------------------

             Summary: Check all omissions of 'defer' for safety
                 Key: MESOS-5638
                 URL: https://issues.apache.org/jira/browse/MESOS-5638
             Project: Mesos
          Issue Type: Bug
            Reporter: Greg Mann


When registering callbacks with {{.then}}, {{.onAny}}, etc., we sometimes omit 
{{defer()}} in cases where the callback is deemed threadsafe when run 
synchronously at an arbitrary callsite. Because of recent bugs due to the 
unsafe omission of {{defer()}}, we should do a sweep of the codebase for all 
such occurrences and evaluate their safety.



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

Reply via email to