Closed tangjiaxing669 closed 7 years ago
Hi @tangjiaxing669!
Thank you for your interest in Marathon! We have recently moved our issue tracking to JIRA. This issue has been automatically re-posted to JIRA. It can be found at MARATHON-7324.
Please note that, right now, you will not receive update notifications for this issue. If you wish to be notified of updates, please:
I submitted an application group in marathon, and then I deleted the application group because there was some problem with the definition of the application group, and then I submitted the application group again via the marathon api. After multiple deletions and multiple submissions, I found some problems (this is the third time I encountered the problem), I deleted the application group in the marathon UI, found in the
deployments
there are some content, and can not be deleted, suggesting thaterror destroying null: app '/ Null' does not exist
; in the mesos ui task status isrunning
; docker container status isup
. Then, I restart mesos-master, mesos-slave, marathon and zookeeper, the result is the same.I suggested that I clear the marathon in the zookeeper and then I did; marathon was back to normal, just like reinstalling it. But the tasks I want to delete are still in mesos ui and the state is
running
.After that, I cleared the meso in zookeeper, and the result is the same. The task I want to delete is still in mesos ui. But I have to delete the task in the docker does not exist, I do not know why.
The follow is my config info:
monitor-***
tasks are I want to delete, but these tasks do not exist in the docker (docker ps -a
is not the task).The follow is
monitor-***
tasks log info(stdout
):Now it's
stderr
:Now i want to know how to remove these tasks, and where are these tasks running? (I do not think run in the mesos container because I specified
"type": "DOCKER"
)There is a slave also thrown the following exception: