We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c7499 commit 56490d4Copy full SHA for 56490d4
engines/ep/src/linked_list.cc
@@ -357,6 +357,7 @@ size_t BasicLinkedList::purgeTombstones(
357
// so next time purge is attempted it will resume from here (the
358
// range lock "blocking" part of the requested seqno range may have
359
// moved/gone)
360
+ std::lock_guard<std::mutex> writeGuard(getListWriteLock());
361
pausedPurgePoint = it;
362
}
363
// reached the end of the locked range, stop
0 commit comments