-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
CAR Team 2024-06-10
When a mongod received a validate command request from mongos, it does not check the shard version before executing. Thus after a data placement change, a mongos could send a validate request to a shard with a stale shard version which will successfully execute on the wrong shard.
- duplicates
-
SERVER-87119 Introduce the collection acquisition logic from the shard-role api into the validate command
- Backlog
- related to
-
SERVER-91396 Complete TODO listed in SERVER-91073
- Blocked