]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/newstore: let wal cleanup kv txn get batched
authorSage Weil <sage@redhat.com>
Fri, 10 Apr 2015 21:28:13 +0000 (14:28 -0700)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:37 +0000 (13:39 -0400)
commit86a3f7dd514f3798fc9c3e4b2839f1209b08bb58
tree6b5e3c54da070339c9cd96b663faed7ba2661feb
parentec21f578a7f2b3d3fe209eea52e1c04f33488bdf
os/newstore: let wal cleanup kv txn get batched

No need to trigger another sync kv commit here; just let the next KV
commit catch it.

We could possibly do a bit better here by not waking up the kv thread at
all...

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/newstore/NewStore.cc
src/os/newstore/NewStore.h