This is an automated email from the ASF dual-hosted git repository.

heybales pushed a commit to branch poolTuning
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/poolTuning by this push:
     new 074c805  only tune with minConnections
074c805 is described below

commit 074c80532a83821cb7b11707a07911eea76a1b6d
Author: Helena A. Bales <hba...@pivotal.io>
AuthorDate: Thu Feb 14 11:38:51 2019 -0800

    only tune with minConnections
---
 .../src/main/java/org/apache/geode/benchmark/tasks/StartClient.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartClient.java
 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartClient.java
index 715540b..a08ac67 100644
--- 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartClient.java
+++ 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartClient.java
@@ -48,7 +48,7 @@ public class StartClient implements Task {
     ClientCache clientCache = new 
ClientCacheFactory(GeodeProperties.clientProperties())
         .setPdxSerializer(new 
ReflectionBasedAutoSerializer("benchmark.geode.data.*"))
         .addPoolLocator(locator.getHostAddress(), locatorPort)
-        .setPoolIdleTimeout(-1)
+//        .setPoolIdleTimeout(-1)
         .setPoolMinConnections(100)
         .set(ConfigurationProperties.STATISTIC_ARCHIVE_FILE, statsFile)
         .create();

Reply via email to