-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-08-05
-
0
The linked BF involves the ValidateCollections hook trying to perform validation on collections that have already been dropped. More specifically, collections are dropped on the primary, and the oplogs of the drops are being applied on the secondary; but it looks like validate collection runs on the secondary before it knows that the collection has been dropped.
This looks similar to the fix inĀ SERVER-90996. This suite creates a 2 node replica set but does not run CheckReplDBHash to ensure that the secondary has caught up. This ticket will add the CheckReplDBHash hook to the test suite.