[jboss-jira] [JBoss JIRA] Created: (JGRP-499) JChannel.startFlush does not pass down timeout
Michael Newcomb (JIRA)
jira-events at lists.jboss.org
Fri May 4 10:52:30 EDT 2007
JChannel.startFlush does not pass down timeout
----------------------------------------------
Key: JGRP-499
URL: http://jira.jboss.com/jira/browse/JGRP-499
Project: JGroups
Issue Type: Bug
Affects Versions: 2.5
Reporter: Michael Newcomb
Assigned To: Bela Ban
JChannel.startFlush() does not pass down the timeout in the Suspend event.
This causes a fixed timeout of 4000 to be used on flushes:
Flush.java:
case Event.SUSPEND:
return startFlush(evt, 4000, 5, false);
The SUSPEND event may or may not take a View as the arg, so, something will have to be done to pass the timeout down. Perhaps a Map as the event arg with "timeout" and "view" as possible keys?
--
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