Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 910036 Details for
Bug 1104045
Failing elasticity tests with 32 nodes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
JGroups configuration
jgroups-tcp.xml (text/xml), 4.07 KB, created by
Radim Vansa
on 2014-06-18 14:20:50 UTC
(
hide
)
Description:
JGroups configuration
Filename:
MIME Type:
Creator:
Radim Vansa
Created:
2014-06-18 14:20:50 UTC
Size:
4.07 KB
patch
obsolete
><!-- > ~ JBoss, Home of Professional Open Source > ~ Copyright 2010 Red Hat Inc. and/or its affiliates and other > ~ contributors as indicated by the @author tags. All rights reserved. > ~ See the copyright.txt in the distribution for a full listing of > ~ individual contributors. > ~ > ~ This is free software; you can redistribute it and/or modify it > ~ under the terms of the GNU Lesser General Public License as > ~ published by the Free Software Foundation; either version 2.1 of > ~ the License, or (at your option) any later version. > ~ > ~ This software is distributed in the hope that it will be useful, > ~ but WITHOUT ANY WARRANTY; without even the implied warranty of > ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > ~ Lesser General Public License for more details. > ~ > ~ You should have received a copy of the GNU Lesser General Public > ~ License along with this software; if not, write to the Free > ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA > ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. > --> ><config xmlns="urn:org:jgroups" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <TCP > bind_addr="${jgroups.tcp.bind_addr:127.0.0.1}" > bind_port="${jgroups.tcp.bind_port:7800}" > loopback="true" > port_range="30" > recv_buf_size="20m" > send_buf_size="640k" > use_send_queues="true" > sock_conn_timeout="300" > max_bundle_size="64000" > enable_diagnostics="false" > bundler_type="${jgroups.bundler.type:transfer-queue}" > > thread_pool.enabled="true" > thread_pool.min_threads="${jgroups.thread_pool.min_threads:20}" > thread_pool.max_threads="${jgroups.thread_pool.max_threads:200}" > thread_pool.keep_alive_time="60000" > thread_pool.queue_enabled="false" > thread_pool.queue_max_size="100" > thread_pool.rejection_policy="Discard" > > internal_thread_pool.enabled="true" > internal_thread_pool.min_threads="${jgroups.internal_thread_pool.min_threads:5}" > internal_thread_pool.max_threads="${jgroups.internal_thread_pool.max_threads:20}" > internal_thread_pool.keep_alive_time="60000" > internal_thread_pool.queue_enabled="false" > internal_thread_pool.rejection_policy="Abort" > > oob_thread_pool.enabled="true" > oob_thread_pool.min_threads="${jgroups.oob_thread_pool.min_threads:100}" > oob_thread_pool.max_threads="${jgroups.oob_thread_pool.max_threads:500}" > 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" > /> > > <MPING bind_addr="${jgroups.udp.bind_addr:127.0.0.1}" > break_on_coord_rsp="true" > mcast_addr="${jgroups.udp.mcast_addr:228.6.7.8}" > mcast_port="${jgroups.udp.mcast_port:46655}" ip_ttl="${jgroups.udp.ip_ttl:2}" > num_initial_members="3"/> > <MERGE2 max_interval="30000" min_interval="10000"/> > <FD_SOCK/> > <FD_ALL timeout="15000" /> > <VERIFY_SUSPECT timeout="5000"/> > <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_interval="500" > 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="500" desired_avg_gossip="5000" max_bytes="1m"/> > <pbcast.GMS print_local_addr="false" join_timeout="3000" view_bundling="true"/> > <!-- !!! Beware: max_credits * min_threshold must be > frag_size !!! --> > <UFC max_credits="${jgroups.ufc.max_credits:2M}" min_threshold="0.40"/> > <MFC max_credits="${jgroups.mfc.max_credits:2M}" min_threshold="0.40"/> > <FRAG2 frag_size="60k" /> > <RSVP timeout="60000" resend_interval="500" ack_on_delivery="false" /> ></config>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1104045
:
910034
|
910035
| 910036