-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When testing https://jira.mongodb.org/browse/SERVER-79420 more rigorously I ran into issues with the core analyzer timing out after 6 hours.
This mostly ended up being because it would recalculate the gdb index a lot of times and was fixed by adding a gdb index to each library.
There were a bunch of other drive by fixes to the core analyzer I introduced here.