[
http://jira.jboss.com/jira/browse/JGRP-499?page=all ]
Vladimir Blagojevic resolved JGRP-499.
--------------------------------------
Resolution: Done
Agree with Micheal. JChannel users should be able to bound startFlush with timeout.
Revisions are:
CoordGmsImpl.java 1.68
GMS.java 1.104
FLUSH.java 1.54
STATE_TRANSFER.java 1.68
STREAMING_STATE_TRANSFER.java 1.44
Multiplexer.java .156
Event.java 1.42
JChannel.java 1.130
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