You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/11/17 10:20:00 UTC

[jira] [Updated] (IGNITE-2569) Ignite GridComponent used incorrectly during IgniteStart. Could cause NPE

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

Vladimir Ozerov updated IGNITE-2569:
------------------------------------
    Fix Version/s:     (was: 1.8)
                   2.0

> Ignite GridComponent used incorrectly during IgniteStart. Could cause NPE
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-2569
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2569
>             Project: Ignite
>          Issue Type: Task
>          Components: general
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ershov
>            Priority: Minor
>             Fix For: 2.0
>
>
> IgniteKernal could stop GridComponents during start without calling stopKernal before it. Showcase: 
> {noformat}
> 19:09:58,301][ERROR][async-runner-1][IgniteClientReconnectCacheTest3] Failed to pre-stop processor: GridProcessorAdapter []
> java.lang.AssertionError
>  at org.apache.ignite.internal.processors.cache.GridCacheSharedManagerAdapter.onKernalStop(GridCacheSharedManagerAdapter.java:109)
>  at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStop(GridCacheProcessor.java:884)
>  at org.apache.ignite.internal.IgniteKernal.stop0(IgniteKernal.java:1814)
>  at org.apache.ignite.internal.IgniteKernal.stop(IgniteKernal.java:1760)
>  at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:932)
>  at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1687)
>  at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1546)
>  at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1002)
>  at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:533)
>  at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:514)
>  at org.apache.ignite.Ignition.start(Ignition.java:322)
>  at org.apache.ignite.internal.IgniteClientReconnectCacheTest$8.call(IgniteClientReconnectCacheTest.java:700)
>  at org.apache.ignite.internal.IgniteClientReconnectCacheTest$8.call(IgniteClientReconnectCacheTest.java:697)
>  at org.apache.ignite.testframework.GridTestUtils$6.run(GridTestUtils.java:758)
>  at org.apache.ignite.testframework.GridTestUtils$8.call(GridTestUtils.java:1054)
>  at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> {noformat}
> This can cause different NPE.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)