We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f4eee commit c80ea25Copy full SHA for c80ea25
engines/ep/src/linked_list.cc
@@ -242,6 +242,7 @@ size_t BasicLinkedList::purgeTombstones(
242
// so next time purge is attempted it will resume from here (the
243
// range lock "blocking" part of the requested seqno range may have
244
// moved/gone)
245
+ std::lock_guard<std::mutex> writeGuard(getListWriteLock());
246
pausedPurgePoint = it;
247
}
248
// reached the end of the locked range, stop
0 commit comments