You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Mmuzaf <gi...@git.apache.org> on 2018/07/16 16:17:38 UTC

[GitHub] ignite pull request #4368: IGNITE-7165 Rebalance control version holds by ex...

GitHub user Mmuzaf opened a pull request:

    https://github.com/apache/ignite/pull/4368

    IGNITE-7165 Rebalance control version holds by exchange thread

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Mmuzaf/ignite av-ignit-7165-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4368.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 #4368
    
----
commit e7a80e64da07af5c43c15fd5a7b1abe14d387057
Author: Maxim Muzafarov <ma...@...>
Date:   2018-05-30T16:46:06Z

    IGNITE-7165: add fix by suggestions AV

commit 9f7551c15ff62c187422095c0626200245c36a36
Author: Maxim Muzafarov <ma...@...>
Date:   2018-05-30T16:49:01Z

    IGNITE-7165: revert some

commit 0ab2d301bd5a100f8dcf1ef964786264ebee6b0a
Author: Maxim Muzafarov <ma...@...>
Date:   2018-05-30T17:39:04Z

    IGNITE-7165: changes due to else if

commit 0d37670990f6546202771313ba0869bd2b709ad4
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-07T12:56:45Z

    Merge branch 'master' into av-ignite-7165

commit 7673f1afdb7eaa79d4e03ee16083ee5ea4b92290
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-07T14:29:51Z

    IGNITE-7165: add assignments calculations compare

commit ce2ea0b397f416a764681259911adf04fa397d61
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-07T20:28:09Z

    IGNITE-7165: hasPendingExchanges flag to start rebalance

commit 9f5d9f7871ba9cff079a76097bb4f269fd7f7a5b
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-07T20:30:39Z

    IGNITE-7165: rename rebalance assingns needs

commit 4dcb6270d026f36fb7b3ae2b904ce36bc633ac55
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-07T20:35:29Z

    IGNITE-7165: javadoc

commit cccdd69b86ebcce1626dfc9416f32f88e708d4e9
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-08T15:06:39Z

    IGNITE-7165: remove skip rebalance twice

commit 3410aaca6298be1b3b26c5202b43a1b787123396
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-10T13:50:00Z

    IGNITE-7165: calculate assigns on last running topology version

commit 5f98a480a07d2c0504a60763da482c2792540719
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-19T11:00:32Z

    Merge branch 'master' into av-ignite-7165
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java

commit cfb9574d65f64660f36689789b0090ef0be50fcb
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-20T16:48:28Z

    IGNITE-7165: keep last rebalance topology version

commit d15515f3ee83455697dead6ff39e75dafebcfd76
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-20T17:10:11Z

    IGNITE-7165: return last rebalance topology version

commit d0d47eb0eda31165f5c8f1e53ef92ecf82d9c548
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-21T10:29:15Z

    IGNITE-7165: default value for rebalance topVer should be null

commit 68d53d7c317ee676c08d45b6a4be360bb4659fb7
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-21T10:30:56Z

    Merge branch 'master' into av-ignite-7165

commit 4cf7c72e9db55d47a305f93c649d29e6557354e2
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-21T10:33:55Z

    IGNITE-7165: debug messages for update topology version

commit 7bd0be89c66bf5bf78f88c5e30d32c70c79a5fcd
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T09:11:33Z

    ignite-7165: skip if null

commit 4b2e232c0d97452986fe79f6c33ec62e5b9ad9a7
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T09:46:34Z

    ignite-7165: java doc update

commit 682194b1597a91a86c4b3546a8f3726bdae07254
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T12:20:11Z

    ignite-7165: move latest ver to rebalance future

commit d9fbea3af09478332347181c3f2b330541a7e7b5
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T14:29:06Z

    ignite-7165: use get topology version method

commit 15d90b01535c9e199286b6cd5cdd16e0eb28e76e
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T14:39:21Z

    ignite-7165: fix javadoc exchange

commit 9568763143cf136cfc4e15ab4076f654c9f78131
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T14:47:16Z

    ignite-7165: remove unnecessary topology check

commit 648ab2df71f4a06e59843371181ba0c075efed2f
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T14:51:34Z

    ignite-7165: java doc fix 2

commit 84d4cfa4b08226f8d2ad8cb163dd3015675692ec
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:00:04Z

    ignite-7165: force rebalance routine

commit 38218eeea65574c8d3965fddaf2b037e60127ac9
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:01:36Z

    ignite-7165: force rebalance 2

commit aa21fd2133b0fca74a135795bbab1393ec56fb87
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:05:38Z

    ignite-7165: simplify topology changed conditions

commit 66b5f76c15cb67b60adeca864a21fdad39acf6f7
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:10:43Z

    ignite-7165: new java doc for assignments

commit a097a153ed637f2928a1c183af28c3050213df08
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:46:56Z

    ignite-7165: reorganize newly added methods

commit a0fca19c12045461ba3fc4bac25b75b27dada7ae
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:50:00Z

    ignite-7165: remove missprint

commit df8fc1e551899cd70f139e646ca7abc348fa12b6
Author: Maxim Muzafarov <ma...@...>
Date:   2018-06-22T15:53:40Z

    ignite-7165: GridToStringInclude for assignments

----


---

[GitHub] ignite pull request #4368: IGNITE-7165 Rebalance control version holds by ex...

Posted by Mmuzaf <gi...@git.apache.org>.
Github user Mmuzaf closed the pull request at:

    https://github.com/apache/ignite/pull/4368


---