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/03/28 14:55:00 UTC

[jira] [Updated] (IGNITE-19085) Fix waiting for indexes on recovery when building indexes

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

Kirill Tkalenko updated IGNITE-19085:
-------------------------------------
    Description: 
It has been discovered that on recovery we can get into a deadlock due to not being able to perform a local recovery that is waiting for the index PK to be created that is waiting for the raft node to run.

Updated:
It seems that the deadlock itself was fixed in IGNITE-19059, but we do not correctly expect indexes when recovery raft group, I will try to temporarily solve this until IGNITE-19082 is implemented.

  was:It has been discovered that on recovery we can get into a deadlock due to not being able to perform a local recovery that is waiting for the index PK to be created that is waiting for the raft node to run.


> Fix waiting for indexes on recovery when building indexes
> ---------------------------------------------------------
>
>                 Key: IGNITE-19085
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19085
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> It has been discovered that on recovery we can get into a deadlock due to not being able to perform a local recovery that is waiting for the index PK to be created that is waiting for the raft node to run.
> Updated:
> It seems that the deadlock itself was fixed in IGNITE-19059, but we do not correctly expect indexes when recovery raft group, I will try to temporarily solve this until IGNITE-19082 is implemented.



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