You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2023/05/31 11:03:00 UTC

[jira] [Assigned] (IGNITE-19574) Implement restoring of global states of DistributionZoneManager after restart

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

Vyacheslav Koptilin reassigned IGNITE-19574:
--------------------------------------------

    Assignee: Mirza Aliev

> Implement restoring of global states of DistributionZoneManager after restart
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-19574
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19574
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mirza Aliev
>            Assignee: Mirza Aliev
>            Priority: Major
>              Labels: ignite-3
>
> In https://issues.apache.org/jira/browse/IGNITE-19061 we have provided design for a correct restart of a node and recovering all Distributed Zones states. 
> In this ticket we want to restore {{DistributionZoneManager#nodesAttributes}}, check that {{DistributionZoneManager#logicalTopology}} is restored correctly. To achieve restoring {{DistributionZoneManager#nodesAttributes}}, we need to save it synchronously to Vault when we handle {{DistributionZoneManager#createMetastorageTopologyListener}}, and read this value on a restart in {{DistributionZoneManager#start}}
> Details could be found in the design document.
> As a result, this global states must be restored to the state that they had before restart. Test for restart scenarios must be provided, so we want to test, that any restart of a node leads to correct global states restoring, meaning that their state before restart are restored.



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