You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/07/11 00:05:16 UTC

[GitHub] [geode-benchmarks] Bill edited a comment on pull request #130: initial implementation of withClusterTopology

Bill edited a comment 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.) Hmm I see in e.g. `PartitionedGetBenchmark` we have precisely that conditional code hmm.


----------------------------------------------------------------
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:
users@infra.apache.org