-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-02-03, CAR Team 2025-02-17, CAR Team 2025-03-03
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This task will pave the way to throw an error on a query whose CollectionMetadataTracker assigned gets invalidated by a range deletion.
The goal of this task is:
- Add a method to invalidate all the CollectionMetadataTracker's lower or equal than a specific ShardVersion through the CollectionShardingRuntime API.
- Add and implement a method under the ScopedCollectionFilter class to check if the CollectionMetadataTracker has been invalidated.
- Test the changes through a unit test.