[
https://issues.apache.org/jira/browse/IGNITE-11075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-11075:
-------------------------------------
Description:
The node can own partition when partition data is rebalanced and cache indexes
are ready. For the message-based cluster rebalancing, approach indexes are
rebuilding simultaneously with cache data loading. For the file-based
rebalancing approach, the index rebuild procedure must be finished before the
partition state is set to the OWNING state.
We need to rebuild local SQL indexes (the {{index.bin}} file) when partition
file has been received. Crash-recovery guarantees must be supported by a node
since index-rebuild performs on the node in the topology.
was:We need to rebuild a {{index.bin}} file when all demanded partitions
uploaded successfully to the demander node.
> Index rebuild procedure over cache partition file
> -------------------------------------------------
>
> Key: IGNITE-11075
> URL: https://issues.apache.org/jira/browse/IGNITE-11075
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Maxim Muzafarov
> Priority: Major
> Labels: iep-28
>
> The node can own partition when partition data is rebalanced and cache
> indexes are ready. For the message-based cluster rebalancing, approach
> indexes are rebuilding simultaneously with cache data loading. For the
> file-based rebalancing approach, the index rebuild procedure must be finished
> before the partition state is set to the OWNING state.
> We need to rebuild local SQL indexes (the {{index.bin}} file) when partition
> file has been received. Crash-recovery guarantees must be supported by a node
> since index-rebuild performs on the node in the topology.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)