Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.3
Description
While looking through thread dumps I noticed a bunch of 'Thread-[number]' threads. From the heap dump I took I identified them as coming from the ExecutorServiceSessionValidationScheduler, which creates new threads without setting their name.
This is confusing, so attached patch makes the thread name (or better: a prefix of it) configurable, and sets a reasonable default.
Attachments
Attachments
Issue Links
- is related to
-
SHIRO-515 ExecutorServiceSessionValidationScheduler leaks resources due to improper synchronization
- Resolved