-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.0.0-rc0
-
Component/s: None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
v8.0, v7.0, v6.0, v5.0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Using a moved object
Using a moved object may lead to an unexpected/undefined behavior. An object is used after it's moved.
/src/mongo/db/op_observer/op_observer_util.h:60: USE_AFTER_MOVE 147636 "_shardKey" is moved (indicated by "std::move(_shardKey)").
/src/mongo/db/op_observer/op_observer_util.h:63: USE_AFTER_MOVE 147636 "_shardKey" is used after it has been already moved.
- related to
-
SERVER-101323 Coverity analysis defect 169005: Using a moved object
-
- Closed
-