[jboss-jira] [JBoss JIRA] Closed: (JBREM-341) Client ping interval must be lease than lease period
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:19 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-341?page=all ]
David Lloyd closed JBREM-341.
-----------------------------
> Client ping interval must be lease than lease period
> ----------------------------------------------------
>
> Key: JBREM-341
> URL: http://jira.jboss.com/jira/browse/JBREM-341
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Tim Fox
> Assigned To: Tom Elrod
> Priority: Critical
> Fix For: 1.4.1 final
>
>
> Currently the client ping interval is set to the same value as the server lease period.
> This means there is a fairly good probability that a client ping will *not* arrive during the lease period, causing any connection cleanup code to be triggered when the connection is still alive.
> In JBossMessaging this is observed and causes the connection to be closed when it is still active.
> I have made a temporary fix in my local copy of remoting which makes sure that the client ping interval is less than the lease period, but a less kludgy permanent fix needs to be done.
> There was also a problem with leases being created when clientSessionId = null which I have also corrected in my local copy but needs to go into the main code base.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list