You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2022/11/04 07:50:00 UTC

[jira] [Created] (IGNITE-18086) Add index building in IncomingSnapshotCopier

Kirill Tkalenko created IGNITE-18086:
----------------------------------------

             Summary: Add index building in IncomingSnapshotCopier
                 Key: IGNITE-18086
                 URL: https://issues.apache.org/jira/browse/IGNITE-18086
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-beta2


It was found that in *org.apache.ignite.internal.table.distributed.raft.snapshot.incoming.IncomingSnapshotCopier* there is no logic related to rebuilding indexes on a full rebalance, which is a mistake. 

It is not yet clear exactly how to do this correctly, but it is proposed to do it as for *org.apache.ignite.internal.table.distributed.raft.PartitionListener#addToIndexes*, i.e. pass the consumer to *IncomingSnapshotCopier* which will rebuild the indexes itself.

What you can see:
* *org.apache.ignite.internal.table.TableImpl#indexStorageAdapters*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)