]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: log error instead of crashing on failed pull attempt
authorSage Weil <sage@newdream.net>
Tue, 7 Sep 2010 17:01:58 +0000 (10:01 -0700)
committerSage Weil <sage@newdream.net>
Wed, 6 Oct 2010 20:21:05 +0000 (13:21 -0700)
commit47f2efb2c36925df644277b22412ad948fdc9e39
tree3550aa8eba93646520477d07f1db8025c0b6b064
parentf6b47e386d515c2348bcee532f41a86b154e69e1
osd: log error instead of crashing on failed pull attempt

If peering screws up and the primary mistakenly tries to pull an object
from us we don't have, log an error instead of crashing.  This will still
throw off recovery (it will hang), but that's better than crashing
outright.
src/osd/ReplicatedPG.cc