[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1487) Change the remoting socket client ping period and ping timeout to reasonable values
Howard Gao (JIRA)
jira-events at lists.jboss.org
Thu Jan 15 02:12:04 EST 2009
Change the remoting socket client ping period and ping timeout to reasonable values
-----------------------------------------------------------------------------------
Key: JBMESSAGING-1487
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1487
Project: JBoss Messaging
Issue Type: Task
Affects Versions: 1.4.2.GA, 1.4.0.SP3.CP05
Environment: All platforms
Reporter: Howard Gao
Assignee: Howard Gao
Fix For: 1.4.0.SP3.CP06, 1.4.3.GA
Currently ping period and timeout in remoting-bisocket-service.xml are 2sec and 1 sec, as
<attribute name="validatorPingPeriod" isParam="true">2000</attribute>
<attribute name="validatorPingTimeout" isParam="true">1000</attribute>
This is too short in a normal application environment. We need to make these parameters to a longer period.
Please note: changing these figures has implications on all tests who rely on timing (like Thread.sleep()) to get correct results. Verify and make all tests pass for new values.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list