Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.6
-
None
-
None
Description
Setup
1 server and 1 client node
Attached the property file which has the only benchmark with the following parameters:
CONFIGS="\ -cfg ${SCRIPT_DIR}/../config/ignite-localhost-config.xml -nn ${nodesNum} -b ${b} -w ${w} -d ${d} -t ${t} -sm ${sm} -r 300000 -dn IgniteSqlDeleteBenchmark -sn IgniteNode -ds ${ver}sql-delete-${b}-backup,\ "
Steps
Run
$ bash bin/benchmark-run-all.sh config/r.properties
Result
An exception during warm-up:
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)
Attachments
Attachments
Issue Links
- is duplicated by
-
IGNITE-4512 Doesnt work sql-delete benchmark
- Open