-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
ALL
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:44: USE_AFTER_MOVE 169005 "_shardKey" is moved (indicated by "std::move(_shardKey)").
/src/mongo/db/op_observer/op_observer_util.h:47: USE_AFTER_MOVE 169005 "_shardKey" is used after it has been already moved.
- is related to
-
SERVER-89328 Coverity analysis defect 147636: Using a moved object
-
- Closed
-