mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.38k stars 529 forks source link

Jobs killed at Chronos are still running on Mesos. #720

Open saugupta opened 8 years ago

saugupta commented 8 years ago

An intermittent issue is encountered on Chronos that when a job submitted on Mesos by Chronos is killed using API : curl -L -X DELETE Chronos-node:8080/scheduler/job/JOBNAME It is not killed on Mesos,But Task is removed from Chonos. Checked on Mesos logs as well: Not task is submitted by Chronos to kill it (Remove running task).

Chronos Version: 2.5.0 Snapshot

antuane commented 6 years ago

Try:

curl -s -X DELETE -H Content-type:application/json {chronos-url}/scheduler/task/kill/{job-name} --insecure