You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2018/10/29 16:09:00 UTC

[jira] [Created] (IGNITE-10053) IgniteAbstractBenchmark: NPE in waitForNodes

Pavel Kuznetsov created IGNITE-10053:
----------------------------------------

             Summary: IgniteAbstractBenchmark: NPE in waitForNodes
                 Key: IGNITE-10053
                 URL: https://issues.apache.org/jira/browse/IGNITE-10053
             Project: Ignite
          Issue Type: Bug
          Components: yardstick
            Reporter: Pavel Kuznetsov
            Assignee: Pavel Kuznetsov


{noformat}
<14:58:02><main><yardstick> Failed to set up benchmark drivers (will shutdown and exit).

java.lang.NullPointerException

<------>at org.apache.ignite.yardstick.IgniteAbstractBenchmark.topologyContainsId(IgniteAbstractBenchmark.java:182)

<------>at org.apache.ignite.yardstick.IgniteAbstractBenchmark.nodesStarted(IgniteAbstractBenchmark.java:169)

<------>at org.apache.ignite.yardstick.IgniteAbstractBenchmark.waitForNodes(IgniteAbstractBenchmark.java:144)

<------>at org.apache.ignite.yardstick.IgniteAbstractBenchmark.setUp(IgniteAbstractBenchmark.java:68)

<------>at org.apache.ignite.yardstick.cache.IgniteCacheAbstractBenchmark.setUp(IgniteCacheAbstractBenchmark.java:108)

<------>at org.yardstickframework.BenchmarkDriverStartUp.main(BenchmarkDriverStartUp.java:130
{noformat}

1) Given 4 server nodes in the cluster
2) Cluster gets activated
3) client nodes join topology and start waiting for nodes 
4) on one node NPE is thrown



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)