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/s/collection_routing_info_targeter.cpp:628: USE_AFTER_MOVE 134237 "shardId" is moved (indicated by "std::move(shardId)").
/src/mongo/s/collection_routing_info_targeter.cpp:628: USE_AFTER_MOVE 134237 "shardId" is used after it has been already moved.
- is caused by
-
SERVER-70382 Replace boost::none index versions with the actual index version from the catalog cache or CSR
- Closed