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 2023/05/17 10:00:00 UTC

[jira] [Created] (IGNITE-19498) Start building indexes only once

Kirill Tkalenko created IGNITE-19498:
----------------------------------------

             Summary: Start building indexes only once
                 Key: IGNITE-19498
                 URL: https://issues.apache.org/jira/browse/IGNITE-19498
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-beta2


As part of IGNITE-19177, the building of indexes moves from the *IndexManager* to the replica, because of this, a race may occur when the replica becomes the leader, and we need to start listening to the creation of indexes in the configuration and reading previous indexes from the configuration.

Therefore, we need to figure out how we can avoid the double start of index building, maybe this is not a problem and later we will just close the ticket.



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