]
Bela Ban resolved JGRP-2383.
----------------------------
Resolution: Done
Remove most attributes from sample configurations
-------------------------------------------------
Key: JGRP-2383
URL:
https://issues.redhat.com/browse/JGRP-2383
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 5.0
The sample configs have many attributes, e.g.
{code:xml}
<pbcast.NAKACK2 xmit_interval="500"
xmit_table_num_rows="100"
xmit_table_msgs_per_row="2000"
xmit_table_max_compaction_time="30000"
use_mcast_xmit="true"
discard_delivered_msgs="true" />
{code}
This is bad: if default values are changed, people need to upgrade their configs (which
they usually don't!).
In the above example, the only attribute that's really useful is {{xmit_interval}},
the others can be removed.