[jboss-jira] [JBoss JIRA] (JGRP-2383) Remove most attributes from sample configurations

Bela Ban (Jira) issues at jboss.org
Fri Sep 20 01:43:00 EDT 2019


Bela Ban created JGRP-2383:
------------------------------

             Summary: Remove most attributes from sample configurations
                 Key: JGRP-2383
                 URL: https://issues.jboss.org/browse/JGRP-2383
             Project: JGroups
          Issue Type: Task
            Reporter: Bela Ban
            Assignee: Bela Ban
             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.



--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the jboss-jira mailing list