You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanilovsky Evgeny (JIRA)" <ji...@apache.org> on 2017/06/21 11:54:00 UTC

[jira] [Created] (IGNITE-5568) setActiveOnStart have no effect on node startup

Stanilovsky Evgeny created IGNITE-5568:
------------------------------------------

             Summary: setActiveOnStart have no effect on node startup
                 Key: IGNITE-5568
                 URL: https://issues.apache.org/jira/browse/IGNITE-5568
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.0
            Reporter: Stanilovsky Evgeny
            Assignee: Sergey Kozlov
             Fix For: 2.1


{code}
        icfg.setActiveOnStart(true);
        Ignite ignite = Ignition.start(icfg);
{code}
brings to:

Exception in thread "main" class org.apache.ignite.IgniteException: Can not perform the operation because the cluster is inactive.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)