You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/01/24 07:55:00 UTC

[jira] [Resolved] (IGNITE-7500) Partition update counters may be inconsistent after rebalancing

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

Alexey Goncharuk resolved IGNITE-7500.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.4

> Partition update counters may be inconsistent after rebalancing
> ---------------------------------------------------------------
>
>                 Key: IGNITE-7500
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7500
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.3
>            Reporter: Pavel Kovalenko
>            Assignee: Pavel Kovalenko
>            Priority: Major
>             Fix For: 2.4
>
>
> Problem:
> If partition rebalance requires more than one batch we are not sending `Clean` flag for it in the last supply message and as result don't set updateCounter to right value.
> Temporary solution:
> Send `Clean` flags for partitions that were fully rebalanced in the last supply message. But we still have a problem with race conditions with setting updateCounter during concurrent rebalance and cache load.
> General solution:
> https://issues.apache.org/jira/browse/IGNITE-6113



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)