-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.3
-
Fix Version/s: 1.3.0
-
Component/s: Session Management
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.
- is related to
-
SHIRO-515 ExecutorServiceSessionValidationScheduler leaks resources due to improper synchronization
-
- Resolved
-