Navigation Menu

Skip to content

Commit

Permalink
Moved RSVP on top of FRAG2
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Feb 16, 2012
1 parent 2da10ae commit d93043f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/fast-local.xml
Expand Up @@ -69,7 +69,6 @@
xmit_table_msgs_per_row="1000" xmit_table_msgs_per_row="1000"
xmit_table_max_compaction_time="30000" xmit_table_max_compaction_time="30000"
max_msg_batch_size="500"/> max_msg_batch_size="500"/>
<RSVP/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
max_bytes="8m"/> max_bytes="8m"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000" <pbcast.GMS print_local_addr="true" join_timeout="3000"
Expand All @@ -79,6 +78,7 @@
<MFC max_credits="2M" <MFC max_credits="2M"
min_threshold="0.4"/> min_threshold="0.4"/>
<FRAG2 frag_size="60000" /> <FRAG2 frag_size="60000" />
<RSVP/>
<!--pbcast.STATE /--> <!--pbcast.STATE /-->
<pbcast.STATE_TRANSFER /> <pbcast.STATE_TRANSFER />
<!-- pbcast.FLUSH /--> <!-- pbcast.FLUSH /-->
Expand Down
2 changes: 1 addition & 1 deletion conf/tcp.xml
Expand Up @@ -54,7 +54,6 @@
<pbcast.NAKACK2 use_mcast_xmit="false" <pbcast.NAKACK2 use_mcast_xmit="false"
discard_delivered_msgs="true"/> discard_delivered_msgs="true"/>
<UNICAST /> <UNICAST />
<RSVP resend_interval="2000" timeout="10000"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
max_bytes="4M"/> max_bytes="4M"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000" <pbcast.GMS print_local_addr="true" join_timeout="3000"
Expand All @@ -65,5 +64,6 @@
<MFC max_credits="2M" <MFC max_credits="2M"
min_threshold="0.4"/> min_threshold="0.4"/>
<FRAG2 frag_size="60K" /> <FRAG2 frag_size="60K" />
<!--RSVP resend_interval="2000" timeout="10000"/-->
<pbcast.STATE_TRANSFER/> <pbcast.STATE_TRANSFER/>
</config> </config>
2 changes: 1 addition & 1 deletion conf/udp-largecluster.xml
Expand Up @@ -68,7 +68,6 @@
xmit_table_msgs_per_row="1000" xmit_table_msgs_per_row="1000"
xmit_table_max_compaction_time="30000" xmit_table_max_compaction_time="30000"
max_msg_batch_size="500"/> max_msg_batch_size="500"/>
<RSVP resend_interval="2000" timeout="10000"/>
<pbcast.STABLE stability_delay="2000" desired_avg_gossip="60000" <pbcast.STABLE stability_delay="2000" desired_avg_gossip="60000"
max_bytes="4M" max_bytes="4M"
cap="0.1"/> cap="0.1"/>
Expand All @@ -84,5 +83,6 @@
<MFC max_credits="4M" <MFC max_credits="4M"
min_threshold="0.4"/> min_threshold="0.4"/>
<FRAG2 frag_size="60K" /> <FRAG2 frag_size="60K" />
<RSVP resend_interval="2000" timeout="10000"/>
<pbcast.STATE_TRANSFER /> <pbcast.STATE_TRANSFER />
</config> </config>
2 changes: 1 addition & 1 deletion conf/udp.xml
Expand Up @@ -67,7 +67,6 @@
xmit_table_max_compaction_time="60000" xmit_table_max_compaction_time="60000"
conn_expiry_timeout="60000" conn_expiry_timeout="60000"
max_msg_batch_size="500"/> max_msg_batch_size="500"/>
<RSVP resend_interval="2000" timeout="10000"/>
<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
max_bytes="4M"/> max_bytes="4M"/>
<pbcast.GMS print_local_addr="true" join_timeout="3000" <pbcast.GMS print_local_addr="true" join_timeout="3000"
Expand All @@ -77,6 +76,7 @@
<MFC max_credits="2M" <MFC max_credits="2M"
min_threshold="0.4"/> min_threshold="0.4"/>
<FRAG2 frag_size="60K" /> <FRAG2 frag_size="60K" />
<RSVP resend_interval="2000" timeout="10000"/>
<pbcast.STATE_TRANSFER /> <pbcast.STATE_TRANSFER />
<!-- pbcast.FLUSH /--> <!-- pbcast.FLUSH /-->
</config> </config>

0 comments on commit d93043f

Please sign in to comment.