Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Fail all dependent monotasks when a monotask fails #10

Open
kayousterhout opened this issue Feb 3, 2015 · 1 comment
Open

Fail all dependent monotasks when a monotask fails #10

kayousterhout opened this issue Feb 3, 2015 · 1 comment

Comments

@kayousterhout
Copy link
Member

Right now, if a monotask fails, some additional, unnecessary monotasks may be run due to the way we handle failures (see the TODO in LocalDagScheduler.failDependentMonotasks()). Fix this.

This is low priority because it only affects performance when tasks fail.

@ccanel
Copy link

ccanel commented Jun 10, 2015

This was mostly fixed by 5962457, except that we still do not support interrupting other currently-running monotasks. See the TODO in LocalDagScheduler.failDependentMonotasks().

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

No branches or pull requests

2 participants