You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Antonov (JIRA)" <ji...@apache.org> on 2019/01/30 15:16:00 UTC

[jira] [Created] (IGNITE-11147) Dynamic cache start during rebalance leads to start rebalance for all cache groups in case of IGNITE_DISABLE_WAL_DURING_REBALANCING = true

Sergey Antonov created IGNITE-11147:
---------------------------------------

             Summary: Dynamic cache start during rebalance leads to start rebalance for all cache groups in case of IGNITE_DISABLE_WAL_DURING_REBALANCING = true
                 Key: IGNITE-11147
                 URL: https://issues.apache.org/jira/browse/IGNITE-11147
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.7
            Reporter: Sergey Antonov
             Fix For: 2.8


Scenario:
1) Start cluster with PDS and option (IGNITE_DISABLE_WAL_DURING_REBALANCING = true). Activate cluster and start few dinymic caches.
2) Stop one node and clean its PDS.
3) Start the node again. It's come back to the cluster. Rebalance started.
4) During rebalance start some caches (part of them should be already started on nodes).

Expected:
Rebalance will be started only for new caches. For other nodes rebalance willn't canceled.

Actual:
Rebalance wiil be canceled and starts again for all cache groups (including rebalanced yet)




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