[
https://issues.apache.org/jira/browse/IGNITE-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16704595#comment-16704595
]
ASF GitHub Bot commented on IGNITE-10386:
-----------------------------------------
GitHub user andrey-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/5541
IGNITE-10386 Add mode when WAL won't be disabled during rebalancing caused
by BLT change
Just for tests now
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrey-kuznetsov/ignite ignite-10386
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5541.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5541
----
commit 69638ce7bcaaade30eba4de800e4f29c31e9144f
Author: Andrey Kuznetsov <stkuzma@...>
Date: 2018-11-29T13:47:18Z
IGNITE-10386 Suppress IGNITE_DISABLE_WAL_DURING_REBALANCING effect when BLT
changes.
commit a867fe85d234909cbd2b9a2163bc3482b3c952b3
Author: Andrey Kuznetsov <stkuzma@...>
Date: 2018-11-29T13:55:45Z
IGNITE-10386 (WiP) Test for change introduced, some other are broken.
commit a9d240dab55e2f05fa8d4c4437c3a12df14604bb
Author: Andrey Kuznetsov <stkuzma@...>
Date: 2018-11-29T14:57:41Z
IGNITE-10386 (WiP) Fixed testLocalAndGlobalWalStateInterdependence.
----
> Add mode when WAL won't be disabled during rebalancing caused by BLT change
> ---------------------------------------------------------------------------
>
> Key: IGNITE-10386
> URL: https://issues.apache.org/jira/browse/IGNITE-10386
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Rakov
> Assignee: Andrey Kuznetsov
> Priority: Major
> Fix For: 2.8
>
>
> Enabling IgniteSystemProperties#IGNITE_DISABLE_WAL_DURING_REBALANCING
> disables WAL for cache group during rebalancing in case local node has no
> OWNING partitions for this group.
> We should add mode when in specific case (after BaselineTopology change) WAL
> won't be disabled even if this property is switched on.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)