-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
STM 2020-05-04
Investigate trying to parallelize debugging all of the processes. This is more of a nice to have, so will timebox it to 2 days [16 hours].
The risk in this ticket is that parallelizing debugger processes could use too much memory (by trying to load debug symbols for all process types). Therefore we should only do this if the ticket above does not give us enough performance gain.
An additional risk is that the overhead of threads could negate the performance increase from parallelization.
- has to be done before
-
SERVER-46682 Reuse debugger process for processes of same type in hang_analyzer.py
- Closed