You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Suntsov (JIRA)" <ji...@apache.org> on 2019/04/18 14:53:00 UTC

[jira] [Closed] (IGNITE-9397) IgniteSqlDeleteBenchmark fails to run with java.util.NoSuchElementException

     [ https://issues.apache.org/jira/browse/IGNITE-9397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Suntsov closed IGNITE-9397.
--------------------------------

> 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
>            Priority: Major
>         Attachments: r.properties
>
>
> *Setup*
> 1 server and 1 client node
> Attached the property file which has the only benchmark with the following parameters:
> {code}
> 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,\
> "
> {code}
> *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)