-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
Storage Engines, Storage Engines - Transactions
-
나비 (nabi) - 2024-04-16
-
None
Data race condition
The value of the shared data will be determined by the interleaving of thread execution. Thread shared data is accessed without holding an appropriate lock, possibly causing a race condition
/src/evict/evict_lru.c:247: MISSING_LOCK 138900 Accessing "queue->evict_candidates" without holding lock "_wt_spinlock.lock". Elsewhere, "wt_evict_queue.evict_candidates" is written to with "_wt_spinlock.lock" held 7 out of 7 times.