]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/BlueFS: don't inc l_bluefs_files_written_wal if overwrite. 10143/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Wed, 6 Jul 2016 09:43:37 +0000 (17:43 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Wed, 6 Jul 2016 09:43:37 +0000 (17:43 +0800)
commit14f117a92df0df0bbd5ed5fecf369be7f739659c
tree95946fbbb9ee320b748ff2bfd6226be45354111b
parent2daf3ef220c363badb174c6bd199e66d6ab5a61b
os/bluestore/BlueFS: don't inc l_bluefs_files_written_wal if overwrite.

Because rocksdb now use journal recycling. So we can use this
perfcounter to judge whether this feature work.
We hope after some time, rocksdb don't create new wal log instead of
using old log.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/os/bluestore/BlueFS.cc