You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ivandasch <gi...@git.apache.org> on 2018/05/10 14:32:10 UTC

[GitHub] ignite pull request #3974: Ignite 2.4.2 p11

GitHub user ivandasch opened a pull request:

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

    Ignite 2.4.2 p11

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.2-p11

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

    https://github.com/apache/ignite/pull/3974.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 #3974
    
----
commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <se...@...>
Date:   2017-11-15T14:00:51Z

    IGNITE-5850 fixed issue with initialization of data regions on node activation, fixed issue with auto-activation when random node joins inactive cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <se...@...>
Date:   2017-11-15T16:23:08Z

    IGNITE-5850 transitionResult is set earlier when request for changing BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <se...@...>
Date:   2017-11-16T11:59:07Z

    IGNITE-5850 new failover tests for changing BaselineTopology up (new node added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <se...@...>
Date:   2017-11-16T12:53:43Z

    IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <se...@...>
Date:   2017-11-16T13:45:52Z

    IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-17T09:45:44Z

    ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <al...@...>
Date:   2017-11-17T12:48:12Z

    IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <vo...@...>
Date:   2017-11-14T12:26:31Z

    IGNITE-6901: Fixed assertion during IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <se...@...>
Date:   2017-11-17T13:40:57Z

    IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <se...@...>
Date:   2017-11-17T17:23:02Z

    IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <es...@...>
Date:   2017-11-17T18:21:17Z

    GG-13074 Multiple snapshot test failures after baseline topology is introduced
    -adding baseline test to suite
    -fixing issues with baseline

commit edae228c8f55990c15ef3044be987dcb00d6c81a
Author: EdShangGG <es...@...>
Date:   2017-11-18T10:36:41Z

    hack with sleep

commit b5bffc7580a4a8ffbcc06f60c282e73979179578
Author: Ilya Lantukh <il...@...>
Date:   2017-11-18T12:39:19Z

    Fixed Ignite.active(true) returning control too early.

commit 1bcdd76aae78665e2bbd49034fb46a1b91ef8389
Author: Ilya Lantukh <il...@...>
Date:   2017-11-18T13:33:01Z

    Fixed baseline topology changes from client/daemon nodes.

commit e3bbecd9f133251818a4b43afa44f46e66dd0325
Author: Alexey Goncharuk <al...@...>
Date:   2017-11-18T14:16:39Z

    Fixed licenses

commit b0d73fe45a8bb89ef82fce561f702095241c0405
Author: Alexey Goncharuk <al...@...>
Date:   2017-11-18T14:33:49Z

    Do not dump entries to log

commit a822e78e2ab7b4dc2b9477f3b6a966b1fd46df54
Author: EdShangGG <es...@...>
Date:   2017-11-18T16:31:32Z

    GG-13074 Multiple snapshot test failures after baseline topology is introduced
    -commenting index restore
    -fixing bug with searching in map by consistentId

commit a4c7b693e17378da9980a9049d00bdeeefdc569d
Author: EdShangGG <es...@...>
Date:   2017-11-18T17:49:57Z

    GG-13074 Multiple snapshot test failures after baseline topology is introduced

commit f6ac26baadd160384a7364ce309d6b7102e4119c
Author: Ilya Lantukh <il...@...>
Date:   2017-11-18T17:59:41Z

    Fixed Ignite.active(true) returning control too early.

commit 267ed20e7ef572e02b840e6c37f7fba5c659cc6c
Author: Alexey Kuznetsov <ak...@...>
Date:   2017-11-20T10:23:26Z

    IGNITE-6913 Baseline: Improved controls.sh error handling and added more tests.

commit e7c86e142817d40db803d506c928f9eb99a16e41
Author: Sergey Chugunov <se...@...>
Date:   2017-11-20T10:59:22Z

    IGNITE-5850 validation for changing Blt via setBaselineTopology(long topVer) is added, test for constantly changing Blt with ongoing queries

commit 31ed3fdb3abcf4c84fe926f06687c3d35529fde1
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-20T13:46:15Z

    ignite-2.4.1 partition fetching (for point in time recovery)

commit 225b67672fb3611b834736f035ef9a7705cb7d65
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-20T14:53:06Z

    ignite-2.4.1 more info if owner not found

commit 1cdaf8f3e8991cce5b0d5208e3a165464c4e637c
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-20T18:04:56Z

    ignite-2.4.1 fetch metadata on node that did not participate in snapshot

commit f9e4d620b246aee60f218dc6fd0efda2c706f930
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-20T19:13:06Z

    ignite-2.4.1 fix hung on recovery if not do not complete rebalance

commit b8efda3d0495d988da607827c9e1e6cffe6a4093
Author: ilantukh <il...@...>
Date:   2017-11-20T20:36:40Z

    Added option to disable auto-activation, partial fix of activation future.

commit 9e1410920044b1c54af80f66098a2b0ea1e664b7
Author: Sergey Chugunov <se...@...>
Date:   2017-11-21T09:21:33Z

    Transition result to be set up before exchange when changing BaselineTopology

commit b341826c03b7a3479d2df6d47d5ddbc011de527b
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-21T14:18:32Z

    ignite-2.4.1 fix socket overflow, mute partition download test.

commit 962d848218539f13ab2c00ff93f7fcd30eaec2e8
Author: EdShangGG <es...@...>
Date:   2017-11-21T14:38:16Z

    GG-13074 Multiple snapshot test failures after baseline topology is introduced
    -removing redudant awaitPartitionMapExchange
    -checking file existence on partition initialization
    -minor fixes

commit 89ef0e410aca866662900a31b8498e38d20abb1f
Author: Dmitriy Govorukhin <dm...@...>
Date:   2017-11-21T15:48:35Z

    ignite-2.4.1 fix resolve coordinator on recovery, more logging for download/upload partition

----


---