GitHub user Jokser opened a pull request:
https://github.com/apache/ignite/pull/3791 IGNITE-8116 Historical rebalance fixes
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-8116-8122
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3791.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3791
----
commit 604ee719b304d0b4cf4caabaa6fa16b5a980e04e
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-04T09:33:10Z
IGNITE-8122 Restore partition state to OWNING if unable to read from page memory.
commit c43c598916bd9bda2f624a214cefcc28b0380a5c
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-05T14:26:53Z
IGNITE-8122 Restore partitions when persistence is enabled with OWNING default state.
commit a061cdba3a46f5384910fecf89366101f904ccdf
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-05T14:50:20Z
IGNITE-8122 Move OWN logic to GridDhtLocalPartition constructor.
commit 9259407a462633a68de6dcd7d3ae135c8c7c0b37
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-05T17:15:39Z
IGNITE-8122 Docs.
commit 20979dc4874cfeca649b29d8827d522f3e57ee67
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-05T17:16:54Z
Merge branch 'master' into ignite-8122
commit 791ef918335e66d274a10c2b5d21c9da1c212a0b
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-06T12:53:21Z
IGNITE-8122 Restore partition in OWNING state correctly.
commit 56bdb20513731f49bf3a2b51f672396efc16bfe1
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-09T11:42:59Z
IGNITE-8122 Restore partition states on before exchange in case of starting cache group.
commit dcea5b47a5a08f165930a2e0235ecf51385f4997
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-09T11:55:53Z
IGNITE-8122 Fixed test with auto-activation.
commit 915788c7ea25f04ccacfa06e1f19c06c92f7c141
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-09T15:32:59Z
IGNITE-8116 WIP
commit d224cd5663415dc8636f6ba01bfd5002fdb35a3e
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-10T10:59:20Z
Merge branch 'ignite-8122' into ignite-8116-8122
commit e988272e57760ee44753314ad8db2adab344a6c0
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-10T11:47:04Z
IGNITE-8116 WIP
commit bd53648935b24fb2c68a885db81656f2d960ba1e
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-04-10T18:09:32Z
IGNITE-8116 WAL rebalance issues.
----
---