You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Artukhov (JIRA)" <ji...@apache.org> on 2018/08/28 14:01:00 UTC

[jira] [Updated] (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 ]

Ivan Artukhov updated IGNITE-9397:
----------------------------------
    Attachment: r.properties

> 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
> *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)