- 
    Type:
Bug
 - 
    Resolution: Unresolved
 - 
    Priority:
Major - P3
 - 
    None
 - 
    Affects Version/s: None
 - 
    Component/s: None
 
- 
        Storage Engines, Storage Engines - Server Integration
 - 
        ALL
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        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/mongo/db/modules/atlas/src/disagg_storage/page_log_provider.cpp:99: MISSING_LOCK 177485 Accessing "this->_scopedExecutor" without holding lock "mongo::disagg::PageLogProvider._qMutex". Elsewhere, "mongo::disagg::PageLogProvider._scopedExecutor" is written to with "PageLogProvider._qMutex" held 2 out of 2 times.