-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 8.0.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.0
-
-
CAR Team 2024-08-05
-
0
moveCollection command always fails with IllegalOperation error when apiVersion is set.
Internally, in order to execute moveCollection we first attempt to track the collection through the ShardsvrCreateCollection command. In this command we wrongly check for the API version and if the version is set we forbid to track the collection.
- causes
-
SERVER-93116 api_version_test_expression.js must be skipped in case of fcv upgrade/downgrade
- Closed
- is duplicated by
-
SERVER-89077 Ensure moveCollection works with api_strict
- Closed
- is related to
-
SERVER-92954 Enable API version validation of collection validator expression during creation of tracked collections
- Backlog