-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
When running the setFeatureCompatibility command to upgrade to 5.0, the haystack indexes are deleted. _deleteHaystackIndexesOnUpgrade iterates over the collections for each db. However, if a collection was dropped concurrently before constructing AutoGetCollectionForRead, then the node will crash when dereferencing a null collection.
- is depended on by
-
SERVER-55637 Create random_DDL_CRUD_setFCV_operations FSM workload
- Closed