Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
-
None
Description
When we need to monitor Thread usage, most of the Threads have a default name, making it really hard to know why it exists at all.
A very simple solution to fix that problem is to make sure to always use a ThreadFactory that enforce a specific name.