add 'no_unreachable_tracking' config variable.
commitb07c4ad416bdb34cafe93ef255cb9585632d7e2e
authordormando <dormando@f67b2e87-0811-0410-a7e0-dd94e48410d6>
Sat, 15 Nov 2008 22:14:33 +0000 (15 22:14 +0000)
committerdormando <dormando@f67b2e87-0811-0410-a7e0-dd94e48410d6>
Sat, 15 Nov 2008 22:14:33 +0000 (15 22:14 +0000)
tree73e8a4550e777daab4f6419669e655ae98ecae21
parent5db0a371369c0b59a837e2a1958ae8ca89e3a5f7
add 'no_unreachable_tracking' config variable.

disables the janky in-memory broadcasting unreachable_fids code. It's only
ever checked in the old replication code, but it's updated from the new
replication code via http_copy.

So if you run --old_repl_compat = 0 (and you should), you should enable this
option too.

git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1238 f67b2e87-0811-0410-a7e0-dd94e48410d6
CHANGES
lib/MogileFS/Config.pm
lib/MogileFS/Worker/Replicate.pm