Skip to content

Commit

Permalink
os/bluestore: _txc_release_alloc when do wal cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: Xinze Chi <xinze@xsky.com>
(cherry picked from commit 59fdcc1)
  • Loading branch information
XinzeChi authored and liewegas committed Dec 30, 2016
1 parent b10c9fa commit cc0e1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/bluestore/BlueStore.cc
Expand Up @@ -6772,6 +6772,7 @@ void BlueStore::_kv_sync_thread()
}
while (!wal_cleaning.empty()) {
TransContext *txc = wal_cleaning.front();
_txc_release_alloc(txc);
_txc_state_proc(txc);
wal_cleaning.pop_front();
}
Expand Down

0 comments on commit cc0e1cf

Please sign in to comment.