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

[jira] [Resolved] (IGNITE-20326) Meta storage invokes are not completed when data nodes are recalculated in DZM

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

Mirza Aliev resolved IGNITE-20326.
----------------------------------
    Resolution: Won't Fix

> Meta storage invokes are not completed when data nodes are recalculated in DZM
> ------------------------------------------------------------------------------
>
>                 Key: IGNITE-20326
>                 URL: https://issues.apache.org/jira/browse/IGNITE-20326
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergey Uttsel
>            Priority: Major
>              Labels: ignite-3
>
> There are meta storage invokes in DistributionZoneManager in zone's lifecycle. The futures of these invokes are ignored, so after the lifecycle method is completed actually not all its actions are completed. Such invokes is used in:
> # DistributionZoneManager#saveDataNodesToMetaStorageOnScaleUp
> # DistributionZoneManager#saveDataNodesToMetaStorageOnScaleDown
> to recalculate data nodes when timers are fired.
> Need to check do we need to await futures from these invokes.



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