couchbaselabs / cbfs

Distributed Blobstore using Couchbase Server
http://dustin.github.com/2012/09/27/cbfs.html
Apache License 2.0
188 stars 40 forks source link

Failure to make alt connection on upload leaves replica count low #107

Closed dustin closed 12 years ago

dustin commented 12 years ago

This is kind of two bugs:

  1. We just try one host and if it fails, we give up.
  2. We assume we got one and don't increase the replica count appropriately.

This repairs itself after the fact, but can leave us in a slightly dangerous state.