[
https://issues.apache.org/jira/browse/IGNITE-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Irina Zaporozhtseva updated IGNITE-6282:
----------------------------------------
Description:
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
was:
C++: impossible to start node with persistent store.
Add to config:
<property name="persistentStoreConfiguration">
<bean
class="org.apache.ignite.configuration.PersistentStoreConfiguration"/>
</property>
After node started, error message appears:
{{[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).}}
and after that node is stopped
> 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
> 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)