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/18 10:35:00 UTC

[jira] [Updated] (IGNITE-19513) Must wait for indexes to be created before rebalancing

     [ https://issues.apache.org/jira/browse/IGNITE-19513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirill Tkalenko updated IGNITE-19513:
-------------------------------------
    Description: 
Now, to prevent a race between the creation of indexes and the start of the rebalance, an explicit (crutch) wait for the creation of indexes has been added, which looks terrible.

We must organize the code so that at the time the rebalance starts, all previous indexes are created and no new indexes appear during the rebalance.

See TODO.

  was:Must wait for indexes to be created before rebalancing, see TODO.


> Must wait for indexes to be created before rebalancing
> ------------------------------------------------------
>
>                 Key: IGNITE-19513
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19513
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Now, to prevent a race between the creation of indexes and the start of the rebalance, an explicit (crutch) wait for the creation of indexes has been added, which looks terrible.
> We must organize the code so that at the time the rebalance starts, all previous indexes are created and no new indexes appear during the rebalance.
> See TODO.



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