[infinispan-commits] Infinispan SVN: r1819 - in trunk/client/hotrod-client: src/main and 1 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue May 18 15:27:20 EDT 2010


Author: mircea.markus
Date: 2010-05-18 15:27:20 -0400 (Tue, 18 May 2010)
New Revision: 1819

Added:
   trunk/client/hotrod-client/src/test/resources/empty-config.properties
   trunk/client/hotrod-client/src/test/resources/hotrod-client.properties
Removed:
   trunk/client/hotrod-client/src/main/resources/
Modified:
   trunk/client/hotrod-client/pom.xml
Log:
updated test


Modified: trunk/client/hotrod-client/pom.xml
===================================================================
--- trunk/client/hotrod-client/pom.xml	2010-05-18 19:20:40 UTC (rev 1818)
+++ trunk/client/hotrod-client/pom.xml	2010-05-18 19:27:20 UTC (rev 1819)
@@ -54,6 +54,7 @@
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
          <version>${version.netty}</version>
+         <scope>compile</scope>
       </dependency>
 
       <dependency>

Copied: trunk/client/hotrod-client/src/test/resources/empty-config.properties (from rev 1817, trunk/client/hotrod-client/src/main/resources/empty-config.properties)
===================================================================

Copied: trunk/client/hotrod-client/src/test/resources/hotrod-client.properties (from rev 1817, trunk/client/hotrod-client/src/main/resources/hotrod-client.properties)
===================================================================
--- trunk/client/hotrod-client/src/test/resources/hotrod-client.properties	                        (rev 0)
+++ trunk/client/hotrod-client/src/test/resources/hotrod-client.properties	2010-05-18 19:27:20 UTC (rev 1819)
@@ -0,0 +1,19 @@
+hotrod-servers=127.0.0.1:11311
+force-return-value=false
+
+
+##bellow is connection pooling config
+maxActive=2
+maxTotal = -1
+maxIdle = 2
+whenExhaustedAction = 1
+timeBetweenEvictionRunsMillis=300000
+minEvictableIdleTimeMillis=1800000
+testWhileIdle = true
+minIdle = 0
+
+asyn-executor-factory=org.infinispan.client.hotrod.DefaultAsyncExecutorFactory
+default-executor-factory.poolSize = 1;
+default-executor-factory.queueSize = 100000
+consistent-hash.1=org.infinispan.client.hotrod.impl.consistenthash.ConsitentHashV1
+



More information about the infinispan-commits mailing list