You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Irina Zaporozhtseva (JIRA)" <ji...@apache.org> on 2017/09/08 14:09:00 UTC

[jira] [Closed] (IGNITE-6282) C++: impossible to start node with persistent store

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

Irina Zaporozhtseva closed IGNITE-6282.
---------------------------------------

tested on 2.2

> 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)