All Downloads are FREE. Search and download functionalities are using the official Maven repository.

groups.5.3.11.Final.source-code.comment-test.xml Maven / Gradle / Ivy

There is a newer version: 5.3.13.Final
Show newest version
<!--
  XML file to test comments (https://issues.redhat.com/browse/JGRP-2692)
  author: Bela Ban
  <!-- This is a nested comment -->
-->
<config xmlns="urn:org:jgroups"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd"
        >
    <SHARED_LOOPBACK
         <!--mcast_port="${jgroups.udp.mcast_port:45588}"-->
         <!--thread_pool.min_threads="0"
         thread_pool.max_threads="200"--> <!-- weird XML shit but JGroups is happy to eat it:-) -->
         thread_pool.keep_alive_time="30s"/>
    <RED/>
    <LOCAL_PING />
    <MERGE3 max_interval="30s"
            min_interval="10s"/>
    <!--
    <FD_SOCK2/>
    <FD_ALL3/>
    -->
    <VERIFY_SUSPECT2 timeout="1.5s"  />
    <BARRIER />
    <pbcast.NAKACK2 xmit_interval="0.5s"/>
    <UNICAST3 xmit_interval="0.5s" />
    <pbcast.STABLE desired_avg_gossip="50s"
                   max_bytes="4M"/>
    <pbcast.GMS print_local_addr="true" join_timeout="5"/>

    <UFC max_credits="10M"
         <!-- comments inside of XML elements are accepted by the JGroups XML parser -->
         min_threshold="0.4"/>
    <MFC max_credits="10M"
         min_threshold="0.4"/>
    <FRAG2 frag_size="60K"  />
    <!--FRAG2 frag_size="60K"  />
    <pbcast.STATE_TRANSFER /-->
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy