GitHub user aealeksandrov opened a pull request:

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

    Ignite ign 12530

    created for TC run

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-ign-12530

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

    https://github.com/apache/ignite/pull/5530.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 #5530
    
----
commit afc5fc1789d75573f71b40c5e241484c7a578197
Author: ezhuravl <ezhuravlev@...>
Date:   2018-04-17T15:41:56Z

    IGNITE-6113 Changed mistake in version for partition demand version
    
    (cherry picked from commit 83b9ffd)

commit 25f6a2013aa584559623410b7a96951f79fb00ff
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-17T16:55:42Z

    IGNITE-8021 Delete cache config files when cache is destroyed - Fixes #3697.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    (cherry picked from commit 2edcb22fbb566981097733af6470ed6dde8e786b)

commit 5461dd64ee15f02be7934b33d0ca92130aa70512
Author: Ilya Kasnacheev <ilya.kasnacheev@...>
Date:   2018-04-17T17:04:28Z

    IGNITE-2766 Fix .net test.

commit 9f5b27fae9ac57ae5b256cb8593dfe587b4accb8
Author: oleg-ostanin <oostanin@...>
Date:   2018-04-17T17:58:53Z

    IGNITE-8274 sqlline.sh script uses JAVA_HOME now
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    
    (cherry picked from commit c3ff274)

commit 640167f2c9384fddd69e6244b615e4974bfe2b50
Author: Maxim Muzafarov <maxmuzaf@...>
Date:   2018-04-18T09:20:13Z

    IGNITE-8301 testReconnectCacheDestroyedAndCreated should excpect recreated 
client cache.
    
    Cherry-picked from 56be24b9dfc14023bacaab63f40e0504b317eda3

commit 89b8426a2a113b6893a2295044d6dc0e94015a94
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-04-18T11:49:12Z

    ignite-2.4.4 Fixed default node version.

commit 048c21a3cc7d00a1c5951137f3747904e00405ea
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-04-19T07:14:51Z

    IGNITE-8298 Web Console: Fixed tables UI issues.
    
    (cherry picked from commit f3848a2)

commit 18a3ba0f6dc07729f78a24b345dbfc1588cdb4c2
Author: Dmitriy Shabalin <dmitriyff@...>
Date:   2018-04-19T08:16:18Z

    IGNITE-8298 Web Console: Fixed loader under Safari.
    
    (cherry picked from commit 0897309)

commit 0499793d49d5e48d5fdec97bbb8c2ac609e5056e
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-19T12:25:23Z

    IGNITE-8021 Fixed tests - Fixes #3864.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    
    (cherry picked from commit 8fc1824)

commit 8b21e0b36d7d035ff52bcff067f002140f4b8b97
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-03-23T10:53:15Z

    IGNITE-7119 Web Agent: Implemented support for comma-separated list of node 
URIs.
    
    (cherry picked from commit ee0f4c0)

commit a9f63143059fc489342cadc0c89d7d8fd389fdff
Author: Denis Mekhanikov <dmekhanikov@...>
Date:   2018-04-20T14:11:36Z

    ignite-8205 Clear list of local services in 
GridServiceProcessor#onKernalStop
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    (cherry picked from commit fbe24f8e3b0d9016a69670ca2bc50766865adf38)

commit 2aa4d60df18e57f28814675cf37298ba952035b7
Author: Denis Mekhanikov <dmekhanikov@...>
Date:   2018-04-20T15:41:06Z

    IGNITE-8134 Subscribe to system cache events on nodes outside BLT
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    (cherry picked from commit c82277eb4e48f95dfec8cb0206c019820a765432)

commit ef140ce1102c37295fe9c52d4fcc52b7bdd2bb09
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-04-23T08:44:09Z

    IGNITE-8298 Web Console: Fixed tables UI issues.

commit 561950f4afc37a078eefc54664f56bdff6d2dcfd
Author: Anton Kurbanov <antkr.dev@...>
Date:   2018-04-21T18:23:21Z

    IGNITE-8154 - Add an ability to provide ExceptionListener to JmsStreamer - 
Fixes #3828
    
    Signed-off-by: Valentin Kulichenko <valentin.kuliche...@gmail.com>

commit 1dbd6970fd2ce611c0cbbfa9256b08a934fc8666
Author: Anton Kurbanov <antkr.dev@...>
Date:   2018-04-23T09:24:50Z

    Merge branch 'ignite-2.4-master' of 
https://github.com/gridgain/apache-ignite into ignite-2.4-master

commit cafbff336761c5464cb60b68b0f7193d5c998d9f
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date:   2018-04-16T17:43:36Z

    IGNITE-7972 Fixed NPE in TTL manager on unwindEvicts. - Fixes #3810.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    
    (cherry picked from commit 737933e)

commit 16fa0132be0cce8e2af2566fd7ad06a741b5fee0
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date:   2018-02-07T15:25:25Z

    IGNITE-7508: Fix contention on system property access in 
GridKernalContextImpl::isDaemon(). This closes #3468.
    
    (cherry picked from commit d2b41a0)

commit 996e3f5b39746777eecad73bc303838fe76121c2
Author: tledkov-gridgain <tledkov@...>
Date:   2018-04-23T15:20:21Z

    IGNITE-8355 Fixed NPE on concurrent nodes start - Fixes #3899.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    
    (cherry picked from commit 5a981c9)

commit b9bcc8d6bbcbe3d78e171d55ebedb14d21b28c26
Author: tledkov-gridgain <tledkov@...>
Date:   2018-04-23T15:20:21Z

    IGNITE-8355 Fixed NPE on concurrent nodes start - Fixes #3899.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
    
    (cherry picked from commit 5a981c9)

commit d253282c6c1976f2279b2a7b4e887fbd46ef3e3a
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-23T16:39:01Z

    IGNITE-6083 Null value may be passed to the entry processor on existing key

commit d85c922f6c3bd11f3bd192af6ac5ce10d14534c5
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-23T17:37:09Z

    IGNITE-7786 Added ping timeout and ping interval to control.sh
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    
    (cherry picked from commit eadc591)

commit 2d268ce0c24e7e10cf8e6f41757496129e3aa0d3
Author: Stanislav Lukyanov <stanlukyanov@...>
Date:   2018-04-24T13:29:04Z

    Merge branch 'ignite-2.4.4' into ignite-2.4-master
    
    # Conflicts:
    #   
modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java

commit 568c8718fd3f02392936bbd35b2730996942ad56
Author: Pavel Kovalenko <jokserfn@...>
Date:   2018-04-24T16:06:37Z

    IGNITE-8313 Add trace logs on exchange phases and affinity calculation. - 
Fixes #3881.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    (cherry picked from commit f4646e44fe347711801ba48f318b00337a8a2780)

commit 92d10bc9eb58f3018f5d095c17a4ffb8f5201d19
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date:   2017-12-18T15:06:44Z

    Sanity test suite added.
    
    (cherry picked from commit 57202b7)

commit 053fc7cdebdc62b735bffb7e294d2d89e04bfe94
Author: Igor Sapego <isapego@...>
Date:   2018-04-26T16:36:25Z

    IGNITE-8394: ODBC: Fixed async establishing of SSL connection
    
    (cherry picked from commit 1840f75)

commit c1251849e2423056eac330749536401894f0b594
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-26T16:38:03Z

    IGNITE-8404 Fixed NPE in MappedFileMemoryProvider

commit f9c7f02404e68fa92815e00869908dceca0e1938
Author: Evgeny Stanilovskiy <estanilovskiy@...>
Date:   2018-04-17T15:03:13Z

    GG-13718: Error while trying to archive wal segment
    
    (cherry picked from commit 6a57e07)

commit acdb33c100d461232cec413ff9895c844440f528
Author: Ivan Rakov <ivan.glukos@...>
Date:   2018-04-27T12:06:08Z

    IGNITE-8393 Unexpected error during WAL compression fixed
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    
    (cherry picked from commit 47dcc2c)

commit fafbe1a39278e43e8ad79891f6d17f7a458136ff
Author: Stanislav Lukyanov <stanlukyanov@...>
Date:   2018-05-03T10:08:08Z

    Merge branch 'ignite-2.4.4' into ignite-2.4-master

commit d72d8adf70387b7ca6e96c34c9b6198012ebc640
Author: Andrei Aleksandrov <aealexsandrov@...>
Date:   2018-04-28T16:07:55Z

    backport IGNITE-7918 fix to 2.4 master

----


---

Reply via email to