Changeset [aedd6399c4a42b86f4b2bfa924e0d3e548081466] by Shayan Pooya
June 24th, 2014 @ 09:07 AM
event_server: increase the total number of tasks whenever a task gets ready.
In the new model of task dispatching, we no longer know the
number of tasks in
advance. Therefore, we have to increase this number every time a
new job is
available.
https://github.com/discoproject/disco/commit/aedd6399c4a42b86f4b2bf...
Committed by Shayan Pooya
- M master/src/event_server.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.