Irina Zaporozhtseva created IGNITE-6282:
-------------------------------------------
Summary: 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
Fix For: 2.2
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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)