You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2019/02/14 22:02:31 UTC

[geode-benchmarks] branch poolTuning updated: without pool tuning

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 502e40f  without pool tuning
502e40f is described below

commit 502e40f063776fcb939cd83d935f6abad418a089
Author: Helena A. Bales <hb...@pivotal.io>
AuthorDate: Thu Feb 14 14:02:12 2019 -0800

    without pool tuning
---
 .../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 056c8d4..34e4707 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();