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 631419 Details for
Bug 868832
Server hinting does not replicate to "other" machines/rack/sites
[?]
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.
standalone-ha.xml for node2
standalone-ha.xml (text/xml), 18.94 KB, created by
Tomas Sykora
on 2012-10-22 11:31:39 UTC
(
hide
)
Description:
standalone-ha.xml for node2
Filename:
MIME Type:
Creator:
Tomas Sykora
Created:
2012-10-22 11:31:39 UTC
Size:
18.94 KB
patch
obsolete
><server xmlns="urn:jboss:domain:1.3"> > > <extensions xmlns:jgroups="urn:jboss:domain:jgroups:1.1" xmlns:logging="urn:jboss:domain:logging:1.1" xmlns:p="urn:jboss:domain:1.3"> > <extension module="com.jboss.datagrid"/> > <extension module="org.jboss.as.clustering.infinispan"/> > <extension module="org.jboss.as.clustering.jgroups"/> > <extension module="org.jboss.as.connector"/> > <extension module="org.jboss.as.jdr"/> > <extension module="org.jboss.as.jmx"/> > <extension module="org.jboss.as.logging"/> > <extension module="org.jboss.as.naming"/> > <extension module="org.jboss.as.remoting"/> > <extension module="org.jboss.as.modcluster"/> > <extension module="org.jboss.as.security"/> > <extension module="org.jboss.as.threads"/> > <extension module="org.jboss.as.transactions"/> > <extension module="org.jboss.as.web"/> > </extensions> > > <system-properties> > <property name="udpGroup" value="234.99.54.14"/> > </system-properties> > > > > <management> > <security-realms> > <security-realm name="ManagementRealm"> > <authentication> > <users> > <user username="testuser"> > <password>testpassword</password> > </user> > </users> > </authentication> > </security-realm> > <security-realm name="ApplicationRealm"> > <authentication> > <properties path="application-users.properties" relative-to="jboss.server.config.dir"/> > </authentication> > </security-realm> > </security-realms> > <management-interfaces> > <native-interface> > <socket-binding native="management-native"/> > </native-interface> > <http-interface> > <socket-binding http="management-http"/> > </http-interface> > </management-interfaces> > </management> > > <profile> > <subsystem xmlns="urn:jboss:domain:logging:1.1"> > <console-handler name="CONSOLE"> > <level name="INFO"/> > <formatter> > <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/> > </formatter> > </console-handler> > <periodic-rotating-file-handler name="FILE"> > <level name="DEBUG"/> > <formatter> > <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/> > </formatter> > <file relative-to="jboss.server.log.dir" path="server.log"/> > <suffix value=".yyyy-MM-dd"/> > </periodic-rotating-file-handler> > <logger category="com.arjuna"> > <level name="WARN"/> > </logger> > <logger category="org.apache.tomcat.util.modeler"> > <level name="WARN"/> > </logger> > <logger category="sun.rmi"> > <level name="WARN"/> > </logger> > <logger category="org.infinispan"> > <level name="TRACE"/> > </logger> > <root-logger> > <handlers> > <handler name="CONSOLE"/> > <handler name="FILE"/> > </handlers> > </root-logger> > </subsystem> > > > > <subsystem xmlns="urn:jboss:domain:jca:1.1"> > <archive-validation enabled="true"/> > <bean-validation enabled="true"/> > <default-workmanager> > <short-running-threads> > <core-threads count="50"/> > <queue-length count="50"/> > <max-threads count="50"/> > <keepalive-time time="10" unit="seconds"/> > </short-running-threads> > <long-running-threads> > <core-threads count="50"/> > <queue-length count="50"/> > <max-threads count="50"/> > <keepalive-time time="10" unit="seconds"/> > </long-running-threads> > </default-workmanager> > </subsystem> > <subsystem xmlns="urn:jboss:domain:jdr:1.0"/> > <subsystem xmlns="urn:jboss:domain:jmx:1.1"> > <show-model value="true"/> > <remoting-connector/> > </subsystem> > <subsystem xmlns="urn:jboss:domain:modcluster:1.1"> > <mod-cluster-config advertise-socket="modcluster" connector="ajp"> > <dynamic-load-provider> > <load-metric type="busyness"/> > </dynamic-load-provider> > </mod-cluster-config> > </subsystem> > <subsystem xmlns="urn:jboss:domain:naming:1.2"/> > <subsystem xmlns="urn:jboss:domain:remoting:1.1"> > <connector name="remoting-connector" socket-binding="remoting"/> > </subsystem> > <subsystem xmlns="urn:jboss:domain:resource-adapters:1.0"/> > <subsystem xmlns="urn:jboss:domain:security:1.1"> > <security-domains> > <security-domain name="other" cache-type="default"> > <authentication> > <login-module code="Remoting" flag="optional"> > <module-option name="password-stacking" value="useFirstPass"/> > </login-module> > <login-module code="RealmUsersRoles" flag="required"> > <module-option name="usersProperties" value="${jboss.server.config.dir}/application-users.properties"/> > <module-option name="rolesProperties" value="${jboss.server.config.dir}/application-roles.properties"/> > <module-option name="realm" value="ApplicationRealm"/> > <module-option name="password-stacking" value="useFirstPass"/> > </login-module> > </authentication> > </security-domain> > <security-domain name="jboss-web-policy" cache-type="default"> > <authorization> > <policy-module code="Delegating" flag="required"/> > </authorization> > </security-domain> > <security-domain name="jboss-ejb-policy" cache-type="default"> > <authorization> > <policy-module code="Delegating" flag="required"/> > </authorization> > </security-domain> > </security-domains> > </subsystem> > <subsystem xmlns="urn:jboss:domain:threads:1.1"> > <thread-factory name="infinispan-factory" group-name="infinispan" priority="5"/> > <unbounded-queue-thread-pool name="infinispan-transport"> > <max-threads count="25" per-cpu="0"/> > <keepalive-time time="0" unit="milliseconds"/> > <thread-factory name="infinispan-factory"/> > </unbounded-queue-thread-pool> > <unbounded-queue-thread-pool name="test-infinispan-transport"> > <max-threads count="100" per-cpu="0"/> > <keepalive-time time="0" unit="MILLISECONDS"/> > <thread-factory name="infinispan-factory"/> > </unbounded-queue-thread-pool> > <unbounded-queue-thread-pool name="infinispan-listener"> > <max-threads count="1" per-cpu="0"/> > <keepalive-time time="0" unit="milliseconds"/> > <thread-factory name="infinispan-factory"/> > </unbounded-queue-thread-pool> > <unbounded-queue-thread-pool name="test-infinispan-listener"> > <max-threads count="100" per-cpu="0"/> > <keepalive-time time="0" unit="MILLISECONDS"/> > <thread-factory name="infinispan-factory"/> > </unbounded-queue-thread-pool> > <scheduled-thread-pool name="infinispan-repl-queue"> > <max-threads count="1" per-cpu="0"/> > <thread-factory name="infinispan-factory"/> > </scheduled-thread-pool> > <scheduled-thread-pool name="test-infinispan-repl-queue"> > <max-threads count="1" per-cpu="0"/> > <thread-factory name="infinispan-factory"/> > </scheduled-thread-pool> > <scheduled-thread-pool name="infinispan-eviction"> > <max-threads count="1" per-cpu="0"/> > <thread-factory name="infinispan-factory"/> > </scheduled-thread-pool> > <scheduled-thread-pool name="test-infinispan-eviction"> > <max-threads count="1" per-cpu="0"/> > <thread-factory name="infinispan-factory"/> > </scheduled-thread-pool> > </subsystem> > <subsystem xmlns="urn:jboss:domain:transactions:1.1"> > <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/> > <core-environment> > <process-id> > <uuid/> > </process-id> > </core-environment> > <coordinator-environment default-timeout="300"/> > </subsystem> > <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host"> > <connector name="http" scheme="http" protocol="HTTP/1.1" socket-binding="http" max-connections="1000"/> > <connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp"/> > <virtual-server name="default-host" enable-welcome-root="false"> > <alias name="localhost"/> > <alias name="example.com"/> > </virtual-server> > </subsystem> > <subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="udp"> > <stack name="udp"> > <transport type="UDP" socket-binding="jgroups-udp" site="primary" rack="primary" machine="secondary"> > <property name="timer_type">new</property> > <property name="timer.min_threads">4</property> > <property name="timer.max_threads">4</property> > <property name="timer.keep_alive_time">5000000000</property> > <property name="timer.queue_max_size">500</property> > <property name="thread_pool.enabled">true</property> > <property name="thread_pool.min_threads">200</property> > <property name="thread_pool.max_threads">200</property> > <property name="thread_pool.keep_alive_time">5000000000</property> > <property name="thread_pool.queue_enabled">true</property> > <property name="thread_pool.queue_max_size">100000</property> > <property name="thread_pool.rejection_policy">discard</property> > <property name="oob_thread_pool.enabled">true</property> > <property name="oob_thread_pool.min_threads">200</property> > <property name="oob_thread_pool.max_threads">200</property> > <property name="oob_thread_pool.keep_alive_time">1000000000</property> > <property name="oob_thread_pool.queue_enabled">true</property> > <property name="oob_thread_pool.queue_max_size">100000</property> > <property name="oob_thread_pool.rejection_policy">discard</property> > </transport> > <protocol type="PING"> > <property name="timeout">5000</property> > <property name="num_initial_members">5</property> > </protocol> > <protocol type="MERGE2"/> > <protocol type="FD_SOCK" socket-binding="jgroups-udp-fd"/> > <protocol type="FD_ALL"/> > <protocol type="pbcast.NAKACK"/> > <protocol type="UNICAST2"> > <property name="timeout">300,600,1200</property> > <property name="stable_interval">5000</property> > <property name="max_bytes">1m</property> > </protocol> > <protocol type="pbcast.STABLE"> > <property name="stability_delay">500</property> > <property name="desired_avg_gossip">5000</property> > <property name="max_bytes">1m</property> > </protocol> > <protocol type="pbcast.GMS"/> > <protocol type="UFC"> > <property name="max_credits">200k</property> > <property name="min_threshold">0.20</property> > </protocol> > <protocol type="MFC"> > <property name="max_credits">200k</property> > <property name="min_threshold">0.20</property> > </protocol> > <protocol type="FRAG2"> > <property name="frag_size">8000</property> > </protocol> > <protocol type="RSVP"> > <property name="timeout">60000</property> > <property name="resend_interval">500</property> > <property name="ack_on_delivery">false</property> > </protocol> > </stack> > <stack name="tcp"> > <transport type="TCP" socket-binding="jgroups-tcp" site="primary" rack="primary" machine="secondary"> > <property name="timer_type">new</property> > <property name="timer.min_threads">4</property> > <property name="timer.max_threads">4</property> > <property name="timer.keep_alive_time">5000000000</property> > <property name="timer.queue_max_size">500</property> > <property name="thread_pool.enabled">true</property> > <property name="thread_pool.min_threads">200</property> > <property name="thread_pool.max_threads">200</property> > <property name="thread_pool.keep_alive_time">5000000000</property> > <property name="thread_pool.queue_enabled">true</property> > <property name="thread_pool.queue_max_size">100000</property> > <property name="thread_pool.rejection_policy">discard</property> > <property name="oob_thread_pool.enabled">true</property> > <property name="oob_thread_pool.min_threads">200</property> > <property name="oob_thread_pool.max_threads">200</property> > <property name="oob_thread_pool.keep_alive_time">1000000000</property> > <property name="oob_thread_pool.queue_enabled">true</property> > <property name="oob_thread_pool.queue_max_size">100000</property> > <property name="oob_thread_pool.rejection_policy">discard</property> > </transport> > <protocol type="MPING" socket-binding="jgroups-mping"/> > <protocol type="MERGE2"/> > <protocol type="FD_SOCK" socket-binding="jgroups-tcp-fd"/> > <protocol type="FD"/> > <protocol type="VERIFY_SUSPECT"/> > <protocol type="pbcast.NAKACK"> > <property name="use_mcast_xmit">false</property> > </protocol> > <protocol type="UNICAST2"> > <property name="timeout">300,600,1200</property> > <property name="stable_interval">5000</property> > <property name="max_bytes">1m</property> > </protocol> > <protocol type="pbcast.STABLE"> > <property name="stability_delay">500</property> > <property name="desired_avg_gossip">5000</property> > <property name="max_bytes">1m</property> > </protocol> > <protocol type="pbcast.GMS"/> > <protocol type="UFC"> > <property name="max_credits">200k</property> > <property name="min_threshold">0.20</property> > </protocol> > <protocol type="MFC"> > <property name="max_credits">200k</property> > <property name="min_threshold">0.20</property> > </protocol> > <protocol type="FRAG2"> > <property name="frag_size">8000</property> > </protocol> > <protocol type="RSVP"> > <property name="timeout">60000</property> > <property name="resend_interval">500</property> > <property name="ack_on_delivery">false</property> > </protocol> > </stack> > </subsystem> > <subsystem xmlns="urn:jboss:domain:infinispan:1.3" default-cache-container="default"> > <cache-container name="default" default-cache="topology" listener-executor="infinispan-listener"> > <transport stack="udp" executor="infinispan-transport" lock-timeout="240000"/> > <distributed-cache name="topology" start="EAGER" mode="SYNC" owners="2" virtual-nodes="1" batching="false" indexing="NONE" l1-lifespan="0" remote-timeout="30000"> > <locking isolation="REPEATABLE_READ" acquire-timeout="30000" concurrency-level="1000" striping="false"/> > <transaction mode="NONE"/> > <state-transfer enabled="true" timeout="600000"/> > </distributed-cache> > </cache-container> > </subsystem> > <subsystem xmlns="urn:jboss:domain:datagrid:1.0"> > <hotrod-connector socket-binding="hotrod" cache-container="default"> > <topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000"/> > </hotrod-connector> > <memcached-connector socket-binding="memcached" cache-container="default"/> > <rest-connector virtual-server="default-host" cache-container="default"/> > </subsystem> > </profile> > > <interfaces> > <interface name="management"> > <inet-address value="127.0.0.1"/> > </interface> > <interface name="public"> > <inet-address value="127.0.0.1"/> > </interface> > </interfaces> > > <socket-binding-group name="standard-sockets" default-interface="public" port-offset="200"> > <socket-binding name="http" port="8080"/> > <socket-binding name="https" port="8443"/> > <socket-binding name="management-native" interface="management" port="9999"/> > <socket-binding name="management-http" interface="management" port="9990"/> > <socket-binding name="jmx-connector-registry" port="1090"/> > <socket-binding name="jmx-connector-server" port="1091"/> > <socket-binding name="jndi" port="1099"/> > <socket-binding name="ajp" port="8009"/> > <socket-binding name="remoting" port="4447"/> > <socket-binding name="txn-recovery-environment" port="4712"/> > <socket-binding name="txn-status-manager" port="4713"/> > <socket-binding name="jgroups-udp" interface="management" multicast-address="${udpGroup}" multicast-port="45688" port="55200"/> > <socket-binding name="jgroups-tcp" interface="management" port="7600"/> > <socket-binding name="jgroups-udp-fd" interface="management" port="54200"/> > <socket-binding name="jgroups-tcp-fd" interface="management" port="57600"/> > <socket-binding name="jgroups-mping" port="0" multicast-address="${jboss.default.multicast.address:234.99.54.14}" multicast-port="45700"/> > <socket-binding name="modcluster" port="0" multicast-address="224.0.1.115" multicast-port="23364"/> > <socket-binding name="hotrod" port="11222"/> > <socket-binding name="memcached" port="11211"/> > <outbound-socket-binding name="remote-store-hotrod-server"> > <remote-destination host="127.0.0.1" port="11322"/> > </outbound-socket-binding> > </socket-binding-group> > ></server>
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 868832
:
631337
|
631418
| 631419 |
645826
|
658832
|
674014
|
674015