[
https://issues.apache.org/jira/browse/IGNITE-22680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Sizov updated IGNITE-22680:
-----------------------------------
Description:
{{ZoneRebalanceRaftGroupEventsListener.doStableKeySwitch}} uses
{{catalogService.latestCatalogVersion()}} to get catalog version.
There is a chance that by the time a node is executing stable key switch, the
catalog has changed and we won't find zone descriptor in the latest version.
The same applies to
{{DistributionZoneRebalanceEngine.createDistributionZonesDataNodesListener}}.
was:
{{ZoneRebalanceRaftGroupEventsListener.doStableKeySwitch}} uses
{{catalogService.latestCatalogVersion()}} to get catalog version.
There is a chance that by the time a node is executing stable key switch, the
catalog has changed and we won't find zone descriptor in the latest version.
> Latest catalog version is used instead of a matching one
> --------------------------------------------------------
>
> Key: IGNITE-22680
> URL: https://issues.apache.org/jira/browse/IGNITE-22680
> Project: Ignite
> Issue Type: Bug
> Reporter: Kirill Sizov
> Priority: Major
> Labels: ignite-3
>
> {{ZoneRebalanceRaftGroupEventsListener.doStableKeySwitch}} uses
> {{catalogService.latestCatalogVersion()}} to get catalog version.
> There is a chance that by the time a node is executing stable key switch,
> the catalog has changed and we won't find zone descriptor in the latest
> version.
> The same applies to
> {{DistributionZoneRebalanceEngine.createDistributionZonesDataNodesListener}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)