Changeset [187c66c43e71acefa61683606f00bf467e31d879] by Shayan Pooya
January 9th, 2014 @ 02:11 PM
Issue 378: Use http/1.0 for retrieving blobs from ddfs.
There seems to be a bug in the erlang httpc client. In certain
cases, more than
one http request may be put on a single tcp connection. When the
server
responds to the http request, it closes the tcp connection and the
http request
will be lost.
https://github.com/discoproject/disco/commit/187c66c43e71acefa61683...
Committed by Shayan Pooya
- M master/src/worker_utils.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.