]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls/rgw: fix bi_log_iterate_entries return wrong truncated 21054/head
authorTianshan Qu <tianshan@xsky.com>
Fri, 19 Jan 2018 05:46:06 +0000 (13:46 +0800)
committerPrashant D <pdhange@redhat.com>
Tue, 27 Mar 2018 05:30:19 +0000 (01:30 -0400)
commitce67665b5d46df6ce7a8e973c2d6748bfd60b04e
tree5d345e7dd905f4e5b2a228590fbcbbbd4fe94953
parent9622def3e1cd4a8f747054628f7249db4045edf7
cls/rgw: fix bi_log_iterate_entries return wrong truncated

if there are over 1000 entries of instance keys, cls_cxx_map_get_vals
will get truncated=true, but bilogs already reach the end.

fixes: http://tracker.ceph.com/issues/22737

Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commit de791830097d9eec454ea7450f76c67508fa80fa)
src/cls/rgw/cls_rgw.cc