]
Ron Sigal resolved JBREM-1328.
------------------------------
Resolution: Done
LeasePinger should not use a static Timer
-----------------------------------------
Key: JBREM-1328
URL:
https://issues.jboss.org/browse/JBREM-1328
Project: JBoss Remoting
Issue Type: Bug
Affects Versions: 2.5.4.SP5
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 2.5.4.SP6
org.jboss.remoting.LeasePinger currently uses a static Timer. If one LeasePinger gets
hung up waiting for a response, it can prevent another LeasePinger from sending a PING,
leading to a broken Lease on the server.