Hello,

I have removed a framework from Mesos Cluster by curl -X POST -d
'frameworkId=XXXXXXXX-b036-4cb7-af53-4c837dc9521d-0002'
http://${MASTER_IP}:5050/master/teardown";.
This successfully removed all the framework tasks and scheduler.

However now Mesos Cluster rejects my attempts to re-install the framework.
Is there a way to gracefully recover from this situation?

I0115 12:54:57.916470 28856 sched.cpp:1024] Got error 'Framework has been
removed'
I0115 12:54:57.916509 28856 sched.cpp:1805] Asked to abort the driver
I0115 12:54:57.916824 28856 sched.cpp:1070] Aborting framework
'8ca5c18f-b036-4cb7-af53-4c837dc9521d-0001'

With regards,
Viktor

Reply via email to