-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
ALL
-
Sharding NYC 2023-05-15, Sharding NYC 2023-05-29, Sharding NYC 2023-06-12, Sharding NYC 2023-06-26, Sharding NYC 2023-07-10, Sharding NYC 2023-07-24, Sharding NYC 2023-08-07, Sharding NYC 2023-08-21, Sharding NYC 2023-09-04, Sharding NYC 2023-09-18, Sharding NYC 2023-10-02, Sharding NYC 2023-10-16, Sharding NYC 2023-10-30, Cluster Scalability 2023-11-13, Cluster Scalability 2023-11-27
-
1
The new thread that is created to stop a replica set during parallel shutdown does not use the extended ReplSetTest object from the continuous config step-down suite.
This causes an error in the test because when the new thread calls `stopSet()` on the `ReplSetTest` object it does not use the extended `stopSet()` which is responsible for stopping the continuous config step down thread.
The potential solution could be just to not allow parallel shutdowns when running the continuous config stepdown suite.