-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 8.1.0-rc0
-
Component/s: None
-
None
-
Cluster Scalability
-
ALL
-
Cluster Scalability 2024-12-23
-
200
After changes in SERVER-97711, resharding_generate_oplog_entries.js can trip tassert 7032311 in tests with config shard and FeatureFlagDualCatalogCache enabled. Since the test is making a manual setup, the solution right now is to simply disable the tassert for this test only. See BF-35881 for failure examples.
For now the test does not run in variants with config shard and `FeatureFlagDualCatalogCache` enabled.
The aim of this ticket is root cause the reason for hitting the tassert re-enable the test in variants with config shard and `FeatureFlagDualCatalogCache` enabled.
- related to
-
SERVER-97711 Avoid initialization of RoutingInformationCache under FeatureFlagDualCatalogCache
- In Code Review