Alexey Goncharuk created IGNITE-8048:
----------------------------------------
Summary: Dynamic indexes are not stored to cache data on node join
Key: IGNITE-8048
URL: https://issues.apache.org/jira/browse/IGNITE-8048
Project: Ignite
Issue Type: Bug
Components: persistence
Affects Versions: 2.4
Reporter: Alexey Goncharuk
Fix For: 2.5
Consider the following scenario:
1) Start nodes, add some data
2) Shutdown a node, create a dynamic index
3) Shutdown the whole cluster, startup with the absent node, activate from the
absent node
4) Since the absent node did not 'see' the create index, index will not be
active after cluster activation
5) Update some data in the cluster
6) Restart the cluster, but activate from the node which did 'see' the create
index
7) Attempt to update data. Depending on the updates in (5), this will either
hang or result in an exception
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)