Changeset [532e5fac55ec0d5f64f7de75ae6b9ab8872ff712] by Shayan Pooya
April 16th, 2014 @ 10:07 AM
ddfs master: Use a better utilization for abosolute space.
We are now using -1 * FreeSpace instead of 1 / FreeSpace. The
benefit is that
it is a meaningful value now and lets us set the threshold in
absolute terms
too.
https://github.com/discoproject/disco/commit/532e5fac55ec0d5f64f7de...
Committed by Shayan Pooya
- M master/src/ddfs/ddfs_gc_main.erl
- M master/src/ddfs/ddfs_master.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.