]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
immutable/downloader/fetcher.py: fix diversity bug in server-response handling
authorBrian Warner <warner@lothar.com>
Sun, 27 Feb 2011 02:11:53 +0000 (19:11 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 27 Feb 2011 02:11:53 +0000 (19:11 -0700)
commita4068dd1e0f952cd5e2fe4fce65f2f554bd9e9e7
tree828c507f5188bce51dec6ba959ad27a0615a7c56
parent9ae026d9f47671831b0237dbb1a6c9cf1a2c5cf7
immutable/downloader/fetcher.py: fix diversity bug in server-response handling

When blocks terminate (either COMPLETE or CORRUPT/DEAD/BADSEGNUM), the
_shares_from_server dict was being popped incorrectly (using shnum as the
index instead of serverid). I'm still thinking through the consequences of
this bug. It was probably benign and really hard to detect. I think it would
cause us to incorrectly believe that we're pulling too many shares from a
server, and thus prefer a different server rather than asking for a second
share from the first server. The diversity code is intended to spread out the
number of shares simultaneously being requested from each server, but with
this bug, it might be spreading out the total number of shares requested at
all, not just simultaneously. (note that SegmentFetcher is scoped to a single
segment, so the effect doesn't last very long).
src/allmydata/immutable/downloader/fetcher.py