blob: 823c3534b4443bd60b0689d9f47436c67e58717f [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<org.apache.geode.distributed.internal.membership.gms.messenger.Transport
BIND_ADDR_SETTING
bind_port="MEMBERSHIP_PORT_RANGE_START"
port_range="MEMBERSHIP_PORT_RANGE"
mcast_addr="MCAST_ADDRESS"
mcast_port="MCAST_PORT"
tos="16"
ip_mcast="true"
ip_ttl="MCAST_TTL"
ucast_recv_buf_size="UDP_RECV_BUFFER_SIZE"
ucast_send_buf_size="UDP_SEND_BUFFER_SIZE"
mcast_recv_buf_size="MCAST_RECV_BUFFER_SIZE"
mcast_send_buf_size="MCAST_SEND_BUFFER_SIZE"
enable_batching="false"
ignore_dont_bundle="false"
max_bundle_timeout="30"
thread_naming_pattern="UDP Message Handler"
enable_diagnostics="false"
disable_loopback="false"
timer_type="new3"
timer.min_threads="1"
timer.max_threads="4"
timer.keep_alive_time="3000"
timer.queue_max_size="500"
thread_pool.enabled="false"
thread_pool.min_threads="1"
thread_pool.max_threads="4"
thread_pool.keep_alive_time="5000"
thread_pool.queue_enabled="true"
thread_pool.queue_max_size="10000"
thread_pool.rejection_policy="discard"
oob_thread_pool.enabled="false"
oob_thread_pool.min_threads="1"
oob_thread_pool.max_threads="4"
oob_thread_pool.keep_alive_time="5000"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="100"
oob_thread_pool.rejection_policy="discard"/>
<org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager/>
<org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder/>
<pbcast.NAKACK2
xmit_interval="MCAST_RETRANSMIT_INTERVAL"
xmit_table_num_rows="100"
xmit_table_msgs_per_row="2000"
xmit_table_max_compaction_time="30000"
max_msg_batch_size="500"
use_mcast_xmit="false"
discard_delivered_msgs="true"/>
<UNICAST3
xmit_interval="500"
xmit_table_num_rows="100"
xmit_table_msgs_per_row="2000"
xmit_table_max_compaction_time="60000"
conn_expiry_timeout="0"
max_msg_batch_size="500"/>
<pbcast.STABLE
stability_delay="50"
desired_avg_gossip="2000"
max_bytes="400000"/>
<UFC
max_credits="FC_MAX_CREDITS"
min_threshold="FC_THRESHOLD"
max_block_time="FC_MAX_BLOCK"/>
<MFC
max_credits="FC_MAX_CREDITS"
min_threshold="FC_THRESHOLD"
max_block_time="FC_MAX_BLOCK"/>
<FRAG2
frag_size="UDP_FRAGMENT_SIZE"/>
</config>