-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.3, 1.4
-
Fix Version/s: 2.0
-
Labels:None
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);