Coverity analysis defect 184140: Data race condition

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • RSSD
    • 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/oplog_application_coordinator.cpp:445: MISSING_LOCK 184140 Accessing "this->_workerPool" without holding lock "mongo::disagg::OplogApplicationCoordinator._mutex". Elsewhere, "mongo::disagg::OplogApplicationCoordinator._workerPool" is written to with "OplogApplicationCoordinator._mutex" held 1 out of 1 times.

            Assignee:
            Nick Shectman
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: