]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PGLog::merge_log: in tail extend case, log.log might be empty 4071/head
authorSamuel Just <sjust@redhat.com>
Tue, 17 Mar 2015 17:07:03 +0000 (10:07 -0700)
committerSamuel Just <sjust@redhat.com>
Tue, 17 Mar 2015 17:07:03 +0000 (10:07 -0700)
commitf5a2aef3db29b99634250fd388a0c2d9b9a23d38
tree6d2d2dd72a263f6aa8bc1471432f1d66fa4e18cf
parentc656bcec2441c90b084ca50a17c37625d69942a1
PGLog::merge_log: in tail extend case, log.log might be empty

Even if the tail != last_update, the log might be empty due to split
moving all entries into other logs.

Fixes: 10718
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/PGLog.cc