Changeset [4674e85e4dc31cfba8ee2efa680197e5dd942558] by Shayan Pooya
March 3rd, 2014 @ 06:59 AM
Avoid scheduler compaction.
By default, the erlang run-time tries to move the jobs from
higher id
schedulers to lower-id schedulers to improve locality. However,
this
may result in long run-queues in the system.
https://github.com/discoproject/disco/commit/4674e85e4dc31cfba8ee2e...
Committed by Shayan Pooya
- M lib/disco/cli.py
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.