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
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
While testing Task Partitioning on SCDF-Mesos, several Chronos issues popped up.
Chronos attaches command-line-arguments to the mesos id. Thus you can't include : or / so users can't use command line args to configure jdbc properties for example. Else it will throw a ZK exception
Once a task fails, Chronos would queue up other tasks but would not execute them.
Unable to reproduce: but on 2 occurrences tasks were left in staged but did not execute.
So this story is required for SCDF-Mesos task framework.
Metronome seems to be the new framework for scheduling short running jobs on Mesos, taking over from Chronos. See https://github.com/dcos/metronome
The text was updated successfully, but these errors were encountered: