]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Logging rocksdb transaction in ceph log
authorSomnath Roy <somnath.roy@sandisk.com>
Thu, 8 Sep 2016 18:25:45 +0000 (14:25 -0400)
committerSomnath Roy <somnath.roy@sandisk.com>
Wed, 14 Sep 2016 21:47:52 +0000 (17:47 -0400)
commit46f1f9e5ca2f4e34393dfa1952fa4283a859d869
treea2771ccadd6e7a09321316f026addae283839859
parent9096ad37f2c0798c26d7784fb4e7a781feb72cb8
Logging rocksdb transaction in ceph log

The rocksdb transaction is now been logged into ceph log based
on debug level. If transaction is failed, the error code,
error string and the entire transaction is dumped in the log.

Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
src/kv/RocksDBStore.cc
src/kv/RocksDBStore.h