Vinod Kone created MESOS-768:
--------------------------------

             Summary: Executor driver stop() should dispatch stop to executor 
process instead of terminating it
                 Key: MESOS-768
                 URL: https://issues.apache.org/jira/browse/MESOS-768
             Project: Mesos
          Issue Type: Improvement
            Reporter: Vinod Kone
            Assignee: Vinod Kone
             Fix For: 0.15.0


Similar to what we do in scheduler driver, a stop on executor driver should 
dispatch the stop to executor processes instead of terminating it. There are 
couple of advantages with this:

--> Executor writers don't have to wait an arbitrary amount of time between 
driver->stop and exiting to ensure any final updates went through.

--> Will speed up our tests using command executor because it does a sleep 1 
sec due to the same reason as above.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to