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)