Changeset [b4367b9f4a2d7d95d6f3ef5708ee465ca9c0e08e] by Shayan Pooya
June 24th, 2014 @ 01:19 PM
disco_web: do not use max(x, 0) when computing the number of waiting tasks.
This will mask potential issues with computing the number of
waiting tasks. We
want to see if the number of waiting tasks is negative to know that
there is a
bug in its computation.
https://github.com/discoproject/disco/commit/b4367b9f4a2d7d95d6f3ef...
Committed by Shayan Pooya
- M master/src/disco_web.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.