-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2020-02-10, Sharding 2020-02-24
-
50
When shutting down a ShardingTest, a hook is run that verifies the indexes for each sharded collection exist on all shards with chunks for that collection. The hook uses an aggregation and find, but doesn't specify a read concern for either, so it would inherit a cluster wide default read concern if one is set, potentially leading to unexpected results. Instead the hook should use explicit read concerns.
- depends on
-
SERVER-45940 Read/write concern jstest command overrides should override explicit RWC that matches the implicit server default
- Closed