Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Implement TaskLauncher for Metronome #22

Open
trisberg opened this issue Aug 19, 2016 · 1 comment
Open

Implement TaskLauncher for Metronome #22

trisberg opened this issue Aug 19, 2016 · 1 comment
Assignees
Milestone

Comments

@trisberg
Copy link
Contributor

Metronome seems to be the new framework for scheduling short running jobs on Mesos, taking over from Chronos. See https://github.com/dcos/metronome

@cppwfs
Copy link

cppwfs commented Oct 20, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants