Changeset [5fd571364c1a37c577fa47438ec0826257822409] by Ville Tuulos
October 16th, 2009 @ 01:17 AM
bugfix: Fixed a race conditon when worker dies:
gb_trees:get(Pid, S#state.workers) fails if Pid has been already
removed from the tree
http://github.com/tuulos/disco/commit/5fd571364c1a37c577fa47438ec08...
Committed by Ville Tuulos
- M master/src/disco_server.erl
- M master/src/disco_worker.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.