]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/LogClient: fix sending dup log items
authorSage Weil <sage@redhat.com>
Tue, 12 Aug 2014 14:05:34 +0000 (07:05 -0700)
committerSage Weil <sage@redhat.com>
Tue, 12 Aug 2014 22:01:58 +0000 (15:01 -0700)
commitf98a6194a9a9f5794c38814c1c33d13b7fcea538
tree730fa185c3dd766dd68d3f35aafcba40b9aa6e19
parentbbb1e6a3a84b2d853f935687f01016e7c6a67951
common/LogClient: fix sending dup log items

We need to skip even the most recently sent item in order to get to the
ones we haven't sent yet.

Fixes: #9080
Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 057c6808be5bc61c3f1ac2b956c1522f18411245)
src/common/LogClient.cc