Folks, While changing code to use Mesos's SHUTDOWN call instead of KILL, I see that there is a unit test (
- StateManagerImplTest <classes/org.apache.aurora.scheduler.state.StateManagerImplTest.html>. testKillUnknownTask <classes/org.apache.aurora.scheduler.state.StateManagerImplTest.html#testKillUnknownTask>) to check killing of unknown tasks. When does this case happen? Should I ignore the call in this case or switch to using a KILL as SHUTDOWN requires the agent id which we cannot retrieve for unknown tasks. Mohit.