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

default-configs.default-jgroups-ec2.xml Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
<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-3.4.xsd">
   <TCP
        bind_addr="${jgroups.tcp.address:127.0.0.1}"
        bind_port="${jgroups.tcp.port:7800}"
        port_range="30"
        recv_buf_size="20000000"
        send_buf_size="640000"
        max_bundle_size="31k"
        use_send_queues="true"
        sock_conn_timeout="300"
        enable_diagnostics="false"
        
        bundler_type="sender-sends-with-timer"

        thread_pool.enabled="true"
        thread_pool.min_threads="2"
        thread_pool.max_threads="30"
        thread_pool.keep_alive_time="60000"
        thread_pool.queue_enabled="false"
        thread_pool.queue_max_size="100"
        thread_pool.rejection_policy="Discard"

        oob_thread_pool.enabled="true"
        oob_thread_pool.min_threads="2"
        oob_thread_pool.max_threads="30"
        oob_thread_pool.keep_alive_time="60000"
        oob_thread_pool.queue_enabled="false"
        oob_thread_pool.queue_max_size="100"
        oob_thread_pool.rejection_policy="Discard"

        internal_thread_pool.enabled="true"
        internal_thread_pool.min_threads="2"
        internal_thread_pool.max_threads="4"
        internal_thread_pool.keep_alive_time="60000"
        internal_thread_pool.queue_enabled="true"
        internal_thread_pool.queue_max_size="100"
        internal_thread_pool.rejection_policy="Discard"
        />

   <S3_PING 
            access_key="${jgroups.s3.access_key}" 
            secret_access_key="${jgroups.s3.secret_access_key}" 
            location="${jgroups.s3.bucket}" 
            pre_signed_delete_url="${jgroups.s3.pre_signed_delete_url}"
            pre_signed_put_url="${jgroups.s3.pre_signed_put_url}"
            prefix="${jgroups.s3.prefix}"
            />

   <MERGE3/>
   <FD_SOCK/>
   <FD timeout="3000" max_tries="5"/>
   <VERIFY_SUSPECT timeout="1500"/>
   <pbcast.NAKACK2
   					use_mcast_xmit="false"
                    xmit_interval="1000"
                    xmit_table_num_rows="100"
                    xmit_table_msgs_per_row="10000"
                    xmit_table_max_compaction_time="10000"
                    max_msg_batch_size="100"/>

   <UNICAST3
              xmit_table_num_rows="20"
              xmit_table_msgs_per_row="10000"
              xmit_table_max_compaction_time="10000"
              max_msg_batch_size="100"
              conn_expiry_timeout="0"/>
   <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                  max_bytes="400000"/>
   <pbcast.GMS print_local_addr="false" join_timeout="7000" view_bundling="true"/>
   <tom.TOA/> <!-- the TOA is only needed for total order transactions-->
   <MFC max_credits="2m" min_threshold="0.40"/>
   <FRAG2 frag_size="30k"  />
   <RSVP timeout="60000" resend_interval="500" ack_on_delivery="false"/>
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy