[
http://jira.jboss.com/jira/browse/JGRP-355?page=comments#action_12346749 ]
Bela Ban commented on JGRP-355:
-------------------------------
Okay, use the attached tmp.xml file. Note that SST.use_flush is set to true. We need to
issue a warning (not throw an exception) when
- SST detects there is a no FLUSH protocol and
- SST.use_flush is true
Then, we need to set SST.use_flush to false automatically (after issuing the warning).
Let's make it as easy as possible for our users !
STREAMING_STATE_TRANSFER doesn't work without FLUSH
---------------------------------------------------
Key: JGRP-355
URL:
http://jira.jboss.com/jira/browse/JGRP-355
Project: JGroups
Issue Type: Bug
Affects Versions: 2.4
Reporter: Bela Ban
Assigned To: Vladimir Blagojevic
Fix For: 2.5
Attachments: tmp.xml
STREAMING_STATE_TRANSFER should work *without* FLUSH being required.
STREAMING_STATE_TRANSFER.use_flush should be *overridden* and set to false if FLUSH is not
present
<config>
<TCP_NIO
recv_buf_size="20000000"
send_buf_size="640000"
loopback="false"
discard_incompatible_packets="true"
max_bundle_size="64000"
max_bundle_timeout="30"
use_incoming_packet_handler="true"
use_outgoing_packet_handler="false"
down_thread="false" up_thread="false"
enable_bundling="true"
start_port="7800"
use_send_queues="false"
sock_conn_timeout="300" skip_suspected_members="true"
reader_threads="8"
writer_threads="8"
processor_threads="8"
processor_minThreads="8"
processor_maxThreads="8"
processor_queueSize="100"
processor_keepAliveTime="-1"/>
<MPING timeout="3000"
down_thread="false" up_thread="false"
num_initial_members="3"/>
<MERGE2 max_interval="100000"
down_thread="false" up_thread="false"
min_interval="20000"/>
<FD_SOCK down_thread="false" up_thread="false"/>
<FD timeout="10000" max_tries="5"
down_thread="false" up_thread="false" shun="true"/>
<VERIFY_SUSPECT timeout="1500" down_thread="false"
up_thread="false"/>
<pbcast.NAKACK max_xmit_size="60000"
use_mcast_xmit="false" gc_lag="0"
retransmit_timeout="300,600,1200,2400,4800"
down_thread="false" up_thread="false"
discard_delivered_msgs="true"/>
<pbcast.STABLE stability_delay="1000"
desired_avg_gossip="50000"
down_thread="false" up_thread="false"
max_bytes="400000"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000"
down_thread="false" up_thread="false"
join_retry_timeout="2000" shun="true"
view_bundling="true"/>
<FC max_credits="2000000" down_thread="false"
up_thread="false"
min_threshold="0.10"/>
<FRAG2 frag_size="60000" down_thread="false"
up_thread="false"/>
<pbcast.STREAMING_STATE_TRANSFER down_thread="false"
up_thread="false"
use_flush="true"
use_reading_thread="true"/>
<!-- pbcast.STATE_TRANSFER down_thread="false"
up_thread="false" use_flush="false"/ -->
<!--pbcast.FLUSH down_thread="false" up_thread="false"/-->
</config>
--
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