Bill commented on pull request #130:
URL: https://github.com/apache/geode-benchmarks/pull/130#issuecomment-656944271


   when I run `./run_tests.sh -t burcham --br 
https://github.com/bschuchardt/geode-benchmarks.git --bb 
feature/clusterTopology   -- -PwithThreads=10 -PwithWarmup=10 -PwithDuration=30 
-i --tests PartitionedPutBenchmark` it fails with:
   
   ```
   > Task :geode-benchmarks:benchmark FAILED
   
   org.apache.geode.benchmark.tests.PartitionedPutBenchmark > run() FAILED
       java.util.concurrent.CompletionException: java.lang.RuntimeException: 
java.lang.IllegalStateException: The singleton cache was created by 
CacheFactory not ClientCacheFactory.
   ```
   
   I wonder if we need some conditional code around creating the client proxy 
region (if we aren't on a client role then don't create the client proxy 
region.)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to