-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Storage Engines, Storage Engines - Persistence
-
StorEng - Defined Pipeline
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/checkpoint/checkpoint_txn.c:607: MISSING_LOCK 163846 Accessing "conn->ckpt.write_pages" without holding lock "_wt_spinlock.lock". Elsewhere, "wt_ckpt_connection.write_pages" is written to with "_wt_spinlock.lock" held 1 out of 1 times.