Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.3, 1.4
-
None
Description
When taking thread dumps and while debugging, I always like when each thread has a speaking name. Therefore I suggest that Pool's EvictionTimer should have a name, too.
E.g.:
instead of
_timer = new Timer(true);
use
_timer = new Timer("commons-pool-EvictionTimer", true);