-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Cluster Scalability 2024-5-13
SERVER-89182 adds a concurrency suite with random migrations and config shard transitions, and can time out seemingly waiting for TTL deletions when tearing down several time series tests.
It's possible this is related to time series not supporting resharding yet and currently being moved with movePrimary, so this may go away once that's no longer true.
The failing tests:
- jstests/concurrency/fsm_workloads/indexed_insert_ttl.js
- jstests/concurrency/fsm_workloads/insert_ttl_timeseries.js
- jstests/concurrency/fsm_workloads/insert_ttl_retry_writes_timeseries.js
- is fixed by
-
SERVER-90374 Restart balancer at the end of teardown for the ttl fsm tests
- Closed
- related to
-
SERVER-90383 Complete TODO listed in SERVER-89839
- Closed
-
SERVER-90454 Complete TODO listed in SERVER-89839
- Closed