Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Mesos

In case of Mesos framework deletion in Mesos master, it is possible to force scheduler to use a new framework Id.

In redis:

del god:mesos:frameworkId

 

If a job is terminated in Mesos but still shown as running in GoDocker (status update sync issue), one can force the update of the job in GoDocker

In redis:

set god:mesos:over:TASK_ID 7  # TASK_ID = identifier of the job, 7: mark as failed, 2: mark as OK
  • No labels