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 604033 Details for
Bug 847809
Cluster with non-shared JDBC cache store has too many entries after node failure
[?]
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.
JDG standalone configuration file
standalone_node01.xml (text/xml), 14.34 KB, created by
Radim Vansa
on 2012-08-13 15:48:49 UTC
(
hide
)
Description:
JDG standalone configuration file
Filename:
MIME Type:
Creator:
Radim Vansa
Created:
2012-08-13 15:48:49 UTC
Size:
14.34 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><!-- > ~ JBoss, Home of Professional Open Source. > ~ Copyright 2012, Red Hat, Inc., and individual contributors > ~ as indicated by the @author tags. See the copyright.txt file 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. >--><server xmlns="urn:jboss:domain:1.3"> > > <extensions> > <extension module="com.jboss.datagrid"/> > <extension module="org.jboss.as.clustering.infinispan"/> > <extension module="org.jboss.as.clustering.jgroups"/> > <extension module="org.jboss.as.threads"/> > <extension module="org.jboss.as.web"/> > <extension module="org.jboss.as.logging"/> > <extension module="org.jboss.as.jmx"/> > <extension module="org.jboss.as.naming"/> > <extension module="org.jboss.as.remoting"/> > <extension module="org.jboss.as.connector"/> > <extension module="org.jboss.as.security"/> > <extension module="org.jboss.as.transactions"/> > <extension module="org.jboss.as.jdr"/> > </extensions> > > <system-properties> > <property name="udpGroup" value="234.99.54.14"/> > <property name="jboss.node.name" value="node01"/> > </system-properties> > > <management> > <management-interfaces> > <native-interface> > <socket-binding native="management-native"/> > </native-interface> > </management-interfaces> > </management> > > <profile> > <subsystem xmlns="urn:jboss:domain:datagrid:1.0"> > <hotrod-connector cache-container="default" idle-timeout="120000" socket-binding="hotrod" worker-threads="160"/> > <memcached-connector cache-container="default" idle-timeout="120000" socket-binding="memcached"/> > <rest-connector cache-container="default" virtual-server="default-host"/> > <topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="240000"/> > </subsystem> > <subsystem default-cache-container="default" xmlns="urn:jboss:domain:infinispan:1.3"> > <cache-container default-cache="testCache" name="default"> > <transport executor="infinispan-transport" lock-timeout="600000"/> > > <distributed-cache batching="false" indexing="NONE" l1-lifespan="0" mode="SYNC" name="testCache" owners="2" remote-timeout="60000" start="EAGER" virtual-nodes="512"> > <locking acquire-timeout="3000" concurrency-level="1000" isolation="REPEATABLE_READ" striping="false"/> > <transaction mode="NONE"/> > <state-transfer enabled="true" timeout="600000"/> > <eviction max-entries="-1" strategy="NONE"/> > <string-keyed-jdbc-store datasource="java:jboss/datasources/JdbcDS" passivation="false" preload="false" purge="true" shared="false"> > <property name="databaseType">MYSQL</property> > <!-- the prefix must be unique for each jdbc cache store tests submodule so that each > test uses its own DB table --> > <string-keyed-table prefix="node01"> > <id-column name="id" type="VARCHAR(100)"/> > <data-column name="value" type="BLOB(1200)"/> > </string-keyed-table> > </string-keyed-jdbc-store> > </distributed-cache> > > <distributed-cache batching="false" indexing="NONE" l1-lifespan="0" mode="SYNC" name="memcachedCache" owners="2" remote-timeout="60000" start="EAGER" virtual-nodes="512"> > <locking acquire-timeout="3000" concurrency-level="1000" isolation="REPEATABLE_READ" striping="false"/> > <transaction mode="NONE"/> > <state-transfer enabled="true" timeout="600000"/> > <eviction max-entries="-1" strategy="NONE"/> > <string-keyed-jdbc-store datasource="java:jboss/datasources/JdbcDS" passivation="false" preload="false" purge="true" shared="false"> > <property name="databaseType">MYSQL</property> > <!-- the prefix must be unique for each jdbc cache store tests submodule so that each > test uses its own DB table --> > <string-keyed-table prefix="node01"> > <id-column name="id" type="VARCHAR(100)"/> > <data-column name="value" type="BLOB(1200)"/> > </string-keyed-table> > </string-keyed-jdbc-store> > </distributed-cache> > > <distributed-cache mode="SYNC" name="namedCache"/> > </cache-container> > </subsystem> > <subsystem default-stack="udp" xmlns="urn:jboss:domain:jgroups:1.1"> > <stack name="udp"> > <transport socket-binding="jgroups-udp" type="UDP"> > <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"/> > <protocol type="MERGE2"/> > <protocol socket-binding="jgroups-udp-fd" type="FD_SOCK"/> > <protocol type="FD_ALL"> > <property name="timeout">60000</property> > <property name="interval">10000</property> > </protocol> > <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">600000</property> > <property name="resend_interval">500</property> > <property name="ack_on_delivery">false</property> > </protocol> > </stack> > </subsystem> > <subsystem xmlns="urn:jboss:domain:threads:1.0"> > <thread-factory group-name="infinispan" name="infinispan-factory" priority="5"/> > <unbounded-queue-thread-pool name="infinispan-transport"> > <max-threads count="25"/> > <keepalive-time time="0" unit="milliseconds"/> > <thread-factory name="infinispan-factory"/> > </unbounded-queue-thread-pool> > </subsystem> > <subsystem default-virtual-server="default-host" xmlns="urn:jboss:domain:web:1.1"> > <connector max-connections="1000" name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/> > <virtual-server enable-welcome-root="false" name="default-host"> > <alias name="localhost"/> > <alias name="example.com"/> > </virtual-server> > </subsystem> > <subsystem xmlns="urn:jboss:domain:logging:1.1"> > <console-handler name="CONSOLE"> > <level name="DEBUG"/> > <formatter> > <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/> > </formatter> > </console-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="INFO"/> > </logger> > <logger category="org.jgroups"> > <level name="INFO"/> > </logger> > <root-logger> > <level name="INFO"/> > <handlers> > <handler name="CONSOLE"/> > </handlers> > </root-logger> > <logger category="org.infinispan.cacheviews.CacheViewsManagerImpl"><level name="DEBUG"/></logger><logger category="org.infinispan.statetransfer.BaseStateTransferTask"><level name="DEBUG"/></logger><logger category="org.infinispan.statetransfer.DistributedStateTransferTask"><level name="DEBUG"/></logger></subsystem> > <subsystem xmlns="urn:jboss:domain:jmx:1.1"> > <show-model value="true"/> > <remoting-connector/> > </subsystem> > <subsystem xmlns="urn:jboss:domain:naming:1.0"/> > <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"/> > <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:jdr:1.0"/> > <subsystem xmlns="urn:jboss:domain:jca:1.1"> > <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/> > <bean-validation enabled="true"/> > <default-workmanager> > <short-running-threads> > <core-threads count="1"/> > <queue-length count="10"/> > <max-threads count="2"/> > <keepalive-time time="10" unit="seconds"/> > </short-running-threads> > <long-running-threads> > <core-threads count="1"/> > <queue-length count="10"/> > <max-threads count="2"/> > <keepalive-time time="10" unit="seconds"/> > </long-running-threads> > </default-workmanager> > <cached-connection-manager/> > </subsystem> > <subsystem xmlns="urn:jboss:domain:datasources:1.0"> > <datasources> > <datasource enabled="true" jndi-name="java:jboss/datasources/JdbcDS" pool-name="JdbcDS" use-java-context="true"> > <connection-url>jdbc:mysql://perfdb03.mw.lab.eng.bos.redhat.com:3306/jdg_testing</connection-url> > <driver-class> > com.mysql.jdbc.Driver > </driver-class> > <driver>MySqlJDBCDriver</driver> > <security> > <user-name>jdgMaster</user-name> > <password>disaster</password> > </security> > </datasource> > <drivers> > <driver module="MySQL.jdbc" name="MySqlJDBCDriver"/> > </drivers> > </datasources> > </subsystem> > </profile> > > <interfaces> > <interface name="management"> > <inet-address value="10.16.90.106"/> > </interface> > <interface name="public"> > <inet-address value="172.18.1.1"/> > </interface> > <interface name="clustering"> > <inet-address value="172.18.1.1"/> > </interface> > </interfaces> > > <socket-binding-group default-interface="public" name="standard-sockets"> > <socket-binding name="http" port="8080"/> > <socket-binding name="https" port="8443"/> > <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="remoting" port="4447"/> > <socket-binding name="txn-recovery-environment" port="4712"/> > <socket-binding name="txn-status-manager" port="4713"/> > > <socket-binding interface="clustering" multicast-address="${udpGroup}" multicast-port="45688" name="jgroups-udp" port="55200"/> > <socket-binding interface="clustering" name="jgroups-udp-fd" port="54200"/> > <socket-binding name="hotrod" port="11222"/> > <socket-binding name="memcached" port="11211"/> > <socket-binding interface="management" name="management-native" port="9999"/> > <socket-binding interface="management" name="management-http" port="9990"/> > </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 847809
: 604033 |
604320