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

groups-netty.1.0.0.Alpha2.source-code.netty.xml Maven / Gradle / Ivy

There is a newer version: 1.0.0.Alpha3
Show newest version
<!--
    Netty based stack that uses the similar structure to TCP.
    resource_leak_detector_level values = DISABLED, SIMPLE, ADVANCED, PARANOID;
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="urn:org:jgroups"
        xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd">
    <netty.Netty bind_port="7800"
         use_native_transport="true"
         resource_leak_detector_level="DISABLED"
         thread_pool.min_threads="0"
         thread_pool.max_threads="200"
         thread_pool.keep_alive_time="30000"/>

    <TCPPING async_discovery="true"
             initial_hosts="${jgroups.tcpping.initial_hosts:10.128.0.4[7800],10.128.0.3[7800]}"
             port_range="2"/>
    <MERGE3  min_interval="10000"
             max_interval="30000"/>
    <FD_SOCK/>
    <FD_ALL timeout="9000" interval="3000" />
    <VERIFY_SUSPECT timeout="1500"  />
    <BARRIER />
    <pbcast.NAKACK2 use_mcast_xmit="false" />
    <UNICAST3 />
    <pbcast.STABLE desired_avg_gossip="50000"
                   max_bytes="4M"/>
    <pbcast.GMS print_local_addr="true" join_timeout="2000"/>
    <UFC max_credits="2M"
         min_threshold="0.4"/>
    <MFC max_credits="2M"
         min_threshold="0.4"/>
    <FRAG2 frag_size="60K"  />
    <!--RSVP resend_interval="2000" timeout="10000"/-->
    <pbcast.STATE_TRANSFER/>
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy