-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
Sharding EMEA 2022-10-17, Sharding EMEA 2022-10-31, Sharding EMEA 2022-11-14
-
None
-
3
-
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/s/move_primary_source_manager.cpp:65: USE_AFTER_MOVE 122940 "fromShard" is moved (indicated by "std::move(fromShard)").
/src/mongo/db/s/move_primary_source_manager.cpp:67: USE_AFTER_MOVE 122940 "fromShard" is used after it has been already moved.