[jboss-jira] [JBoss JIRA] Updated: (JGRP-499) JChannel.startFlush does not pass down timeout
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri May 4 11:46:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JGRP-499?page=all ]
Bela Ban updated JGRP-499:
--------------------------
Fix Version/s: 2.5
> 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: Vladimir Blagojevic
> Fix For: 2.5
>
>
> 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