You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/04/17 07:50:00 UTC

[jira] [Updated] (IGNITE-12546) Prevent partitions owned by other nodes switch their state to MOVING due to counter difference on node join.

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

Nikolay Izhikov updated IGNITE-12546:
-------------------------------------
    Fix Version/s: 2.8.1

> Prevent partitions owned by other nodes switch their state to MOVING due to counter difference on node join.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-12546
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12546
>             Project: Ignite
>          Issue Type: Improvement
>    Affects Versions: 2.7.6
>            Reporter: Alexey Scherbakov
>            Assignee: Alexey Scherbakov
>            Priority: Major
>             Fix For: 2.9, 2.8.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When node joins it's expected that MOVING partitions can only belong to joining node.
> But if somehow counters are desynced other nodes can switch state of owning partitions to MOVING too, causing spurious rebalancing and assertions on mapping to moving primary.
> Possible solution: exclude other nodes partitions from switching state to MOVING on node join.
> This only affects persistent groups.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)