Author: manaRH Date: 2013-10-25 15:33:50 -0400 (Fri, 25 Oct 2013) New Revision: 15632
Removed: branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/jgroupsConfig.xml Modified: branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml Log: https://issues.jboss.org/browse/WFK2-266 reduced ISPN configuration to be able running on Openshift Modified: branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml =================================================================== --- branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml 2013-10-25 14:42:13 UTC (rev 15631) +++ branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/infinispan.xml 2013-10-25 19:33:50 UTC (rev 15632) @@ -1,44 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <infinispan xmlns="urn:infinispan:config:5.1"> <global> - <asyncListenerExecutor factory="org.infinispan.executors.DefaultExecutorFactory"> - <properties> - <property name="maxThreads" value="1"/> - <property name="queueSize" value="1000000"/> - <property name="threadNamePrefix" value="AsyncListenerThread"/> - </properties> - </asyncListenerExecutor> - <asyncTransportExecutor factory="org.infinispan.executors.DefaultExecutorFactory"> - <properties> - <property name="threadNamePrefix" value="AsyncSerializationThread"/> - </properties> - </asyncTransportExecutor> - <evictionScheduledExecutor factory="org.infinispan.executors.DefaultScheduledExecutorFactory"> - <properties> - <property name="threadNamePrefix" value="EvictionThread"/> - </properties> - </evictionScheduledExecutor> - <replicationQueueScheduledExecutor factory="org.infinispan.executors.DefaultScheduledExecutorFactory"> - <properties> - <property name="threadNamePrefix" value="ReplicationQueueThread"/> - </properties> - </replicationQueueScheduledExecutor> <globalJmxStatistics jmxDomain="infinispan" enabled="false" allowDuplicateDomains="true"/> - <transport transportClass="org.infinispan.remoting.transport.jgroups.JGroupsTransport" clusterName="Infinispan-Cache" distributedSyncTimeout="20000"> - <properties> - <property name="configurationFile" value="jgroupsConfig.xml"/> - </properties> - </transport> - <shutdown hookBehavior="DEFAULT"/> </global> <default> - <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="20000" concurrencyLevel="500"/> <transaction transactionManagerLookupClass="org.infinispan.transaction.lookup.JBossTransactionManagerLookup" syncRollbackPhase="false" syncCommitPhase="false"/> <jmxStatistics enabled="false"/> <invocationBatching enabled="true"/> - <clustering mode="replication"> - <stateTransfer timeout="20000" fetchInMemoryState="false"/> - <sync replTimeout="20000"/> - </clustering> </default> </infinispan> Deleted: branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/jgroupsConfig.xml =================================================================== --- branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/jgroupsConfig.xml 2013-10-25 14:42:13 UTC (rev 15631) +++ branches/enterprise/WFK-2_1/examples/blog/blog-web/src/main/resources/jgroupsConfig.xml 2013-10-25 19:33:50 UTC (rev 15632) @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<config> - <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2" loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10" mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000" oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4" oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true" oob_thread_pool.queue_max_size="10" oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true" thread_pool.keep_alive_time="30000" thread_pool.max_threads="25" thread_pool.min_threads="1" thread_pool.queue_enabled="true" thread_pool.queue_max_size="10" thread_pool.rejection_policy="Run" tos="8" ucast_recv_buf_size="20000000" ucast_send_buf_size="640000" /> - <PING num_initial_members="3" timeout="2000"/> - <MERGE2 max_interval="30000" min_interval="10000"/> - <FD_SOCK/> - <FD max_tries="5" timeout="10000"/> - <VERIFY_SUSPECT timeout="1500"/> - <pbcast.NAKACK discard_delivered_msgs="true" retransmit_timeout="300,600,1200,2400,4800" use_mcast_xmit="false"/> - <UNICAST timeout="300,600,1200,2400,3600"/> - <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/> - <pbcast.GMS join_timeout="5000" print_local_addr="true" view_ack_collection_timeout="5000" view_bundling="true"/> - <FRAG2 frag_size="60000"/> -<!-- <pbcast.STREAMING_STATE_TRANSFER/> --> - <pbcast.FLUSH timeout="0"/> -</config> \ No newline at end of file _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
