Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-768

Executor driver stop() should dispatch stop to executor process instead of terminating it

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.16.0
    • None

    Description

      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.

      Attachments

        Activity

          People

            bmahler Benjamin Mahler
            vinodkone Vinod Kone
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: