Ivan Artukhov created IGNITE-9397:
-------------------------------------
Summary: IgniteSqlDeleteBenchmark fails to run with java.util.NoSuchElementException
Key: IGNITE-9397
URL:
https://issues.apache.org/jira/browse/IGNITE-9397 Project: Ignite
Issue Type: Bug
Components: yardstick
Affects Versions: 2.6
Reporter: Ivan Artukhov
Attachments: r.properties
*Setup*
1 server and 1 client node
Attached the property file
*Steps*
Run
{code}
$ bash bin/benchmark-run-all.sh config/r.properties
{code}
*Result*
An exception during warm-up:
{code}
Finishing main test [ts=1535464476907, date=Tue Aug 28 16:54:36 MSK 2018]
ERROR: Shutting down benchmark driver to unexpected exception.
Type '--help' for usage.
java.util.NoSuchElementException
at java.util.AbstractQueue.remove(AbstractQueue.java:117)
at org.apache.ignite.yardstick.cache.dml.IgniteSqlDeleteBenchmark.test(IgniteSqlDeleteBenchmark.java:73)
at org.yardstickframework.impl.BenchmarkRunner$2.run(BenchmarkRunner.java:178)
at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)