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/09/06 09:27:00 UTC

[jira] [Created] (IGNITE-9479) Spontaneous rebalance may be triggered after a cache start

Alexey Goncharuk created IGNITE-9479:
----------------------------------------

             Summary: Spontaneous rebalance may be triggered after a cache start
                 Key: IGNITE-9479
                 URL: https://issues.apache.org/jira/browse/IGNITE-9479
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.5
            Reporter: Alexey Goncharuk
            Assignee: Alexey Goncharuk
             Fix For: 2.7


As an optimization, we do not run two-phase exchange latch release and do not validate partition counters during cache start.
This can lead to a situation, when rebalance is mistakenly triggered under load after a cache start.

We should treat cache start event the same way as other exchange events that need counters sync.



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