]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdc/ObjectCacher: do not merge rx buffers
authorSage Weil <sage@inktank.com>
Fri, 16 Aug 2013 04:48:06 +0000 (21:48 -0700)
committerSage Weil <sage@inktank.com>
Mon, 26 Aug 2013 20:10:19 +0000 (13:10 -0700)
commitcf2f31ac23b6eb43a81a1c8157907b9cae4d58a7
treed004ff4d506e8089d0fa4046c8debb040b6caf47
parent02da55757a9fb53df4746db5dd14724e77da95b6
osdc/ObjectCacher: do not merge rx buffers

We do not try to merge rx buffers currently.  Make that explicit and
documented in the code that it is not supported.  (Otherwise the
last_read_tid values will get lost and read results won't get applied
to the cache properly.)

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 1c50c446152ab0e571ae5508edb4ad7c7614c310)
src/osdc/ObjectCacher.cc