Changeset [9918000c5ab1fe2fa3970c86bd4ac176e5064046] by Shayan Pooya
June 19th, 2014 @ 01:46 PM
ddfs cat: do not wait on unavailable replicas.
If ddfs cat fails to obtain the contents of a replica, it can
immediately retry
another replica. There is no need to wait for it. This commit
closes issue 223.
https://github.com/discoproject/disco/commit/9918000c5ab1fe2fa3970c...
Committed by Shayan Pooya
- M bin/ddfscli.py
- M lib/disco/comm.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.