Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable/v3.7.x' into implement_…
Browse files Browse the repository at this point in the history
…logdev_rollback
  • Loading branch information
szmyd committed Jan 9, 2025
2 parents e7d1390 + 30b4ae5 commit ff49ecd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/engine/homeds/btree/writeBack_cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ class WriteBackCache : public std::enable_shared_from_this< WriteBackCache< K, V
++wb_cache_outstanding_cnt;
shared_this->m_blkstore->write(wb_req->bid, wb_req->m_mem, 0, wb_req, false);
++write_count;

// we are done with this wb_req
HS_REL_ASSERT_EQ(wb_req, wb_req->bn->req[cp_id]);
wb_req->bn->req[cp_id] = nullptr;

if (wb_cache_outstanding_cnt > ResourceMgrSI().get_dirty_buf_qd()) {
CP_PERIODIC_LOG(
DEBUG, bt_cp_id,
Expand Down

0 comments on commit ff49ecd

Please sign in to comment.