]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/RocksDBStore: fix bug when compact_on_mount
authorXiaoxi Chen <xiaoxi.chen@intel.com>
Thu, 16 Apr 2015 05:39:57 +0000 (13:39 +0800)
committerXiaoxi Chen <xiaoxi.chen@intel.com>
Thu, 16 Apr 2015 05:39:57 +0000 (13:39 +0800)
commit36db6d2dc4b99cb9cb0dded94d7c388ed6e496e2
treedd8a5d949e5f8b307d3c48c40ac4ef456bd002b7
parent518931be589e2fb9327f901d7bfc3c4cbd5e42c5
os/RocksDBStore: fix bug when compact_on_mount

Initialize the performance counter(l_rocksdb_compact)
before use it in compact().

Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
src/os/RocksDBStore.cc