Changeset [d5580af9c129b22b22f29e7bc47d35d664a22d6d] by Prashanth Mundkur
January 5th, 2012 @ 07:19 AM
Add an api to get and set a gc blacklist, to schedule nodes for removal from DDFS.
The gc blacklist differs from a write blacklist in the following
sense: a node
on the write_blacklist will not have new DDFS data being written to
it, but any
existing data is treated as stable. A node on the gc blacklist is
treated as
unstable; additional replicas are generated for any data and
metadata on that
node.
https://github.com/discoproject/disco/commit/d5580af9c129b22b22f29e...
Committed by Prashanth Mundkur
- 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.