CDV ❯ Give names to anonymous timers
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
DSO:L1,DSO:L2,Management (JMX)
-
-
kkannaiy
-
Reporter: gbevin
-
February 17, 2010
-
0
-
Watchers: 0
-
February 12, 2013
-
May 06, 2010
Description
There are a few anonymous timers in the DSO code base, they should be named: TCGroupManagerImpl: private final Timer handshakeTimer = new Timer(true); TCServerInfo.shutdown(): final Timer timer = new Timer();
Fixed with rev 15143, Timer is named as “ServerConnectionManager Connect Monitor Timer”