-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
1
-
Tools and Replicator
-
5
Mongorestore handles CannotInsertTimeseriesBucketsWithMixedSchema by modifying the timeseries collection to allow mixed schema and retry the insertions. It's not working as intended on v8.0 because there's a bug in v8.0 that the error has a wrong error code (409) instead of 408.
The tests for mixed-schema bucket collections are currently only enabled for server v7.3. The backport of SERVER-84531 is approved but hasn't been released. On 8.0 and latest, the tests are failing because of SERVER-92222.
- depends on
-
SERVER-92222 CannotInsertTimeseriesBucketsWithMixedSchema error code is mismatched between v7.3 and v8.0+
- Closed