upthewaterspout commented on pull request #147:
URL: https://github.com/apache/geode-benchmarks/pull/147#issuecomment-832977647
I hit a failure with these changes when running the benchmarks. Still
looking into this
```
org.apache.geode.benchmark.tests.P2pPartitionedGetBenchmark > run() FAILED
java.util.concurrent.CompletionException: java.lang.RuntimeException:
java.lang.IllegalArgumentException: otherHistogram count (1) at value 676 is
larger than this one's (0)
at
java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
at
java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
at
java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1643)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by:
java.lang.RuntimeException: java.lang.IllegalArgumentException:
otherHistogram count (1) at value 676 is larger than this one's (0)
at
org.apache.geode.perftest.jvms.rmi.Controller.lambda$onWorker$0(Controller.java:98)
at
java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
... 3 more
Caused by:
java.lang.IllegalArgumentException: otherHistogram count (1) at
value 676 is larger than this one's (0)
at
org.HdrHistogram.AbstractHistogram.subtract(AbstractHistogram.java:795)
at
org.apache.geode.perftest.yardstick.YardstickTask.run(YardstickTask.java:122)
at
org.apache.geode.perftest.jvms.rmi.Worker.execute(Worker.java:36)
```
--
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]