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

[jira] [Updated] (IGNITE-19491) Proper utilisation of a distribution zone manager's local states.

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

Mirza Aliev updated IGNITE-19491:
---------------------------------
    Description: 
In distribution zone manager we have several local entities that hold some states. 

* DistributionZoneManager.ZoneState#topologyAugmentationMap 
* DistributionZoneManager#nodesAttributes

Currently {{DistributionZoneManager.ZoneState#topologyAugmentationMap}} is being cleaned only on a node, that successfully writes data nodes, which seems to be incorrect, because for example a node, that never writes data nodes, will never clean up its state.

Need to find a proper solution for states utilisation.

> Proper utilisation of a distribution zone manager's local states.
> -----------------------------------------------------------------
>
>                 Key: IGNITE-19491
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19491
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mirza Aliev
>            Priority: Major
>              Labels: ignite-3
>
> In distribution zone manager we have several local entities that hold some states. 
> * DistributionZoneManager.ZoneState#topologyAugmentationMap 
> * DistributionZoneManager#nodesAttributes
> Currently {{DistributionZoneManager.ZoneState#topologyAugmentationMap}} is being cleaned only on a node, that successfully writes data nodes, which seems to be incorrect, because for example a node, that never writes data nodes, will never clean up its state.
> Need to find a proper solution for states utilisation.



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