[
https://issues.apache.org/jira/browse/IGNITE-10053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16667683#comment-16667683
]
ASF GitHub Bot commented on IGNITE-10053:
-----------------------------------------
GitHub user pavel-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/5205
IGNITE-10053
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10053
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5205
----
commit 0e9d30a0dedfc0903712b5a7285cb8fb4f446e57
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-10-29T16:15:12Z
ignite-10053: Fixed npe.
Earlier joined client node could know nothing what happened to the
cluster before it joined. This used to cause NPE.
commit ff76e428004a00aaf5241d2a0cb0e9a3c98d81cb
Author: Pavel Kuznetsov <palmihal@...>
Date: 2018-10-29T16:19:03Z
ignite-10053: Fix
----
> 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
> Priority: Major
>
> {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)