-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 8.1.0-rc0, 8.0.0-rc4
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0
-
-
CAR Team 2024-05-27, CAR Team 2024-06-10, CAR Team 2024-06-24, CAR Team 2024-07-08
-
200
The critical section is only checked when the ShardVersion of the namespace is attached to the OperationShardingState.
On SERVER-88478 we stopped sending the ShardVersion for the create command, which means we stopped honoring the critical section on creation.
The ShardVersion is not required for the create command (as explained on SERVER-88478), so we may find a way to check the critical section when the ShardVersion is not present.
- is caused by
-
SERVER-88478 Do not perform collection version check for create collection
- Closed
- is related to
-
SERVER-84659 Timeseries bucket collection creation should respect the critical section
- Closed