Folks, I am trying to change Apache Aurora's code to call SHUTDOWN instead of KILL. However, it seems that the SchedulerDriver class in Mesos does not have a shutdownExecutor() call.
https://github.com/apache/mesos/blob/72752fc6deb8ebcbfbd5448dc599ef3774339d31/src/java/src/org/apache/mesos/SchedulerDriver.java Mohit.