[
https://issues.apache.org/jira/browse/IGNITE-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156920#comment-16156920
]
ASF GitHub Bot commented on IGNITE-6282:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/2612
IGNITE-6282: Implemented lazy initialization of IgniteImpl members.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6282
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2612.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 #2612
----
commit a2f6c685d982179c406eb14937ea35e3df7a4699
Author: Igor Sapego <[email protected]>
Date: 2017-09-06T16:42:26Z
IGNITE-6282: Minor fixes for standalone node.
commit 32449b7b77b363809d0438fadd1bf606fb9b7899
Author: Igor Sapego <[email protected]>
Date: 2017-09-06T16:58:21Z
IGNITE-6282: Added test.
commit fd4abb7856c420d1b2a304799dbf154a58b7ff6e
Author: Igor Sapego <[email protected]>
Date: 2017-09-06T17:35:41Z
IGNITE-6282: Added Lazy template
commit 8859db85a29aee5fd3c7d3545f6e9dd7aaf03f06
Author: Igor Sapego <[email protected]>
Date: 2017-09-07T12:17:37Z
IGNITE-6282: Implemented lazy initialization of IgniteImpl members
----
> C++: impossible to start node with persistent store
> ---------------------------------------------------
>
> Key: IGNITE-6282
> URL: https://issues.apache.org/jira/browse/IGNITE-6282
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.2
> Reporter: Irina Zaporozhtseva
> Assignee: Igor Sapego
> Priority: Blocker
> Labels: C++
> Fix For: 2.2
>
>
> C++: impossible to start node with persistent store.
> Add to config:
> {code}
> <property name="persistentStoreConfiguration">
> <bean
> class="org.apache.ignite.configuration.PersistentStoreConfiguration"/>
> </property>
> {code}
> After node started, error message appears:
> {code}
> [17:42:39] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8,
> heap=0.89GB]
> ERROR: Can not perform the operation because the cluster is inactive. Note,
> that the cluster is considered inactive by default if Ignite Persistent Store
> is used to let all the nodes join the cluster. To activate the cluster call
> Ignite.activate(true).
> {code}
> and after that node is stopped
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)