[ 
https://issues.apache.org/jira/browse/IGNITE-10323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695877#comment-16695877
 ] 

ASF GitHub Bot commented on IGNITE-10323:
-----------------------------------------

GitHub user vldpyatkov opened a pull request:

    https://github.com/apache/ignite/pull/5476

    IGNITE-10323 Contol utility --deactivate on non-activate cluster prod…

    …use NPE and handler stop nodes

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-10323

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5476.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 #5476
    
----
commit 4bb188428168b90c3c047faa7b868bd996ffc18a
Author: vd-pyatkov <vpyatkov@...>
Date:   2018-11-22T12:59:01Z

    IGNITE-10323 Contol utility --deactivate on non-activate cluster produse 
NPE and handler stop nodes

----


> Contol utility --deactivate on non-activate cluster produse NPE and handler 
> stop nodes
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10323
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10323
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 2.7
>            Reporter: ARomantsov
>            Assignee: Vladislav Pyatkov
>            Priority: Critical
>             Fix For: 2.8
>
>
> Scenario:
>  1) Start cluster
>  2) Call control.sh --deactivate
> {noformat}
> org.apache.ignite.IgniteCheckedException: null
>  at org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:7443)
>  at 
> org.apache.ignite.internal.util.future.GridFutureAdapter.resolve(GridFutureAdapter.java:261)
>  at 
> org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:209)
>  at 
> org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:160)
>  at 
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2819)
>  at 
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2662)
>  at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
>  at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException: null
>  at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.distributedExchange(GridDhtPartitionsExchangeFuture.java:1380)
>  at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:830)
>  at 
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2791)
>  ... 3 common frames omitted
> {noformat}



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

Reply via email to