Changeset [78e2507dd8eb3b6883a1c0750e18eaa5611ec3a0] by Shayan Pooya
April 16th, 2014 @ 10:07 AM
Avoid the bad arithmetic error when the node has just booted up.
When a node has just booted up, its Free and Used spaces are
initialized to zero. Such a node should still be able to be
chosen as a write node.
https://github.com/discoproject/disco/commit/78e2507dd8eb3b6883a1c0...
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.