Kirill Tkalenko created IGNITE-20330:
----------------------------------------
Summary: Create an abstraction for building indexes
Key: IGNITE-20330
URL: https://issues.apache.org/jira/browse/IGNITE-20330
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
Fix For: 3.0.0-beta2
At the moment, two components react to the create index events:
1. IndexManager - creates indexes and other preparations;
2. PartitionReplicaListener - physically creates indexes and starts building
them. and also stops building indexes.
It seems that the current implementation looks wrong and should be improved by
creating an abstraction that would start and stop building indexes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)