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/s/migration_destination_manager.cpp:1787: MISSING_LOCK 157070 Accessing "this->this->_lsid" without holding lock "mongo::MigrationDestinationManager._mutex". Elsewhere, "mongo::MigrationDestinationManager._lsid" is written to with "MigrationDestinationManager._mutex" held 2 out of 2 times.
- duplicates
-
SERVER-102264 7.0 -- Coverity analysis defect 170234: Data race condition
-
- Closed
-
- related to
-
SERVER-108618 Coverity analysis defect 157069: Data race condition
-
- Closed
-