You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to give different weights to Marathon and Chronos and running into trouble with Chronos. We have two roles specified in mesos: service,batch. Marathon is getting service and it works as expected. However when we start chronos with --mesos_role batch no Chronos jobs get executed anymore.
When looking at the mesos master state.json we see that Marathon has set it's role correctly however Chronos has role: "*".
In Chronos logs we see offers being declined and tasks complaining that there are not enough resources for them: Found: [cpus: 0.0 mem: 0.0 disk: 0.0].
When we remove the mesos_role from Chronos everything works again (even while mesos-master is still configured with the service,batch roles.
Version: chronos-2.3.4
The text was updated successfully, but these errors were encountered:
We are trying to give different weights to Marathon and Chronos and running into trouble with Chronos. We have two roles specified in mesos:
service,batch
. Marathon is getting service and it works as expected. However when we start chronos with--mesos_role batch
no Chronos jobs get executed anymore.When looking at the mesos master
state.json
we see that Marathon has set it's role correctly however Chronos hasrole: "*"
.In Chronos logs we see offers being declined and tasks complaining that there are not enough resources for them:
Found: [cpus: 0.0 mem: 0.0 disk: 0.0]
.When we remove the
mesos_role
from Chronos everything works again (even while mesos-master is still configured with theservice,batch
roles.Version: chronos-2.3.4
The text was updated successfully, but these errors were encountered: