Changeset [eec2182066c5703474318225f6d63fb8e093f777] by Shayan Pooya
June 17th, 2014 @ 06:21 AM
job_coordinator: Do not put the failed tasks in the pending list.
The pending list is going to be retried every-time the job
coordinator has a
chance. The failed tasks however will be retried independently
after the
timeout. Therefore, we end up running some tasks more than
once.
https://github.com/discoproject/disco/commit/eec2182066c57034743182...
Committed by Shayan Pooya
- M master/src/job_coordinator.erl
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.