]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Use submit_transaction_sync to make change durable
authorHaomai Wang <haomaiwang@gmail.com>
Sun, 4 May 2014 04:45:58 +0000 (12:45 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Wed, 9 Jul 2014 02:53:10 +0000 (10:53 +0800)
commitef117fef698cf5e3c3b7630ddd3879d2b31e29a7
tree3414452d14ad34b227e369f0fd7f229334c8aeed
parent6ff5fedb300f710fb4a06442b0d778b408631706
Use submit_transaction_sync to make change durable

submit_transaction will use asynchronous write operation, there is no journal
for keyvaluestore so we need to make it sync

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/GenericObjectMap.h
src/os/KeyValueStore.cc