Coverity analysis defect 139732: Data race condition

XMLWordPrintableJSON

    • Storage Engines - Persistence
    • SE Persistence - 2026-01-16
    • 1

      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
      /test/model/src/include/model/kv_transaction.h:97: MISSING_LOCK 139732 Accessing "this->_updates" without holding lock "model::kv_transaction._lock". Elsewhere, "model::kv_transaction._updates" is written to with "kv_transaction._lock" held 1 out of 1 times.

            Assignee:
            Mariam Mojid
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: