GitHub user macrergate opened a pull request:

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

    Ignite gg 13195 2.5.1 master

    

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

    $ git pull https://github.com/gridgain/apache-ignite 
ignite-gg-13195-2.5.1-master

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

    https://github.com/apache/ignite/pull/4591.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 #4591
    
----
commit 4ab86f13cbc7fef68f5fd39354e242fe6cca285a
Author: skalashnikov <skalashnikov@...>
Date:   2018-04-18T13:37:20Z

    IGNITE-7512 Check for null before validateKeyAndValue in 
GridDhtAtomicCache.updateWithBatch - Fixes #3429.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 7f318da5b357cca1a7e483a37d2556fbd56fc2a7
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-18T14:56:56Z

    IGNITE-8017 Disable WAL during initial rebalancing

commit b80fdbedc11b48aa89c6f29146363cec6f552abb
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-18T16:04:39Z

    IGNITE-8276 Fixed incorrect assertion during initialValue - Fixes #3827.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 5cd32329fe5f303eaf369519771ee22f2a2cf822
Author: Pavel Kovalenko <jokserfn@...>
Date:   2018-04-18T16:41:44Z

    IGNITE-8116 Fixed historical rebalance from WAL

commit 442d87d5799c27ef7258c7ac36e3e0b312676713
Author: Pavel Kovalenko <jokserfn@...>
Date:   2018-04-18T18:03:32Z

    IGNITE-8243 Fixed possible memory leak. Added latch manager to diagnostic 
messages. - Fixes #3850.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    
    (cherry picked from commit 6c6f094)

commit 5bc9fe9fa4e51c9af677f8120528746f345d990f
Author: dpavlov <dpavlov@...>
Date:   2018-04-18T18:15:17Z

    IGNITE-8302 Reduce test IO consumption in case Direct IO is enabled, fixes 
flakyness of testPageRecoveryAfterFileCorruption - Fixes #3865.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    
    (cherry picked from commit d853ebb)

commit 3696c064f02567f471420ced50e2786a4f83d8c9
Author: dpavlov <dpavlov@...>
Date:   2018-04-18T18:16:35Z

    IGNITE-8302 Licenses fix for Reduce test IO consumption in case Direct IO
    
    (cherry picked from commit e7716f4)

commit 061a5a82c95f4f926c7789764901b70383152df1
Author: shroman <rshtykh@...>
Date:   2018-04-18T10:38:52Z

    IGNITE-8143: Modified fetching EXTERNAL_LIBS for docker container. - Fixes 
#3751.
    
    Signed-off-by: shroman <rsht...@yahoo.com>

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

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

commit f9a0ee18f9d88b8f278d27dddc5f7cd3a52ef5c2
Author: Nikita Amelchev <nsamelchev@...>
Date:   2018-04-19T09:57:06Z

    IGNITE-6666: Support Time data type in BinaryObjectImpl.writeFieldByOrder. 
This closes #2878.

commit a095b98e1123f9562cbbc85d1c1c4b4221542c71
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>

commit 27385e73183fe4bbc2f366f975facaefbcad2a6e
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-18T07:59:46Z

    IGNITE-8201 Fixed NPE

commit b2e5e66c21676d833b92cdb0420946b155076077
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-19T12:44:26Z

    IGNITE-8082 Added ZookeeperDiscoverySpi MBean - Fixes #3862.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 7da1cb14ef4c06a6c4d29f04194b1f841bd3754d
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-19T14:53:26Z

    IGNITE-8327 Removed delaying communication SPI from tests

commit bf3e0b5ddec5e3b1fa145e9a5eb72b1fb6569b54
Author: Ivan Rakov <ivan.glukos@...>
Date:   2018-04-19T16:04:08Z

    IGNITE-8325 Compressor thread may miss notification on stop - Fixes #3877.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 7a4e804dbd9691f71b15bee49fe5c1858eae7b0b
Author: dpavlov <dpavlov@...>
Date:   2018-04-19T12:17:58Z

    IGNITE-8017 Javadoc fix for Disable WAL during initial rebalancing
    
    (cherry picked from commit 02a0865)

commit 26d78660809a84ebf959dd18ef4f8aef7e6cacbf
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-20T12:28:31Z

    IGNITE-8258 Race in page memory in copyPageForCheckpoint, Ignite PDS 1 
suite, test failed suite IgnitePdsPageReplacementTest.testPageReplacement. - 
Fixes #3821.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    
    (cherry picked from commit 8caeb3d)

commit e67ac4c170eaf74c4544a4408a58967fe066f371
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-20T13:00:00Z

    IGNITE-8078 Introduced additional data storage metrics - Fixes #3845.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 553e0ff7c2fdecd5d4a64afd88d93e3ccffbe37a
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-20T13:20:00Z

    IGNITE-8077 Introduced additional transaction metrics - Fixes #3879.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit d2332c4865445f372f6ce0ba70b7da1fec987a8f
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-04-20T16:51:59Z

    IGNITE-8303 Avoided failure handler invocation when exchange-worker 
terminates before reconnect.
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 1d42f48cc8a39c3de9cac0e434f527ab4041479b
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2018-04-11T08:51:45Z

    IGNITE-7222 .NET: Ignore missing 
IgniteConfiguration.CommunicationFailureResolver

commit 744662e071f9c963cf494f78ad54b503851e5c4a
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-22T17:07:28Z

    IGNITE-8353 Fixed serialVersionUID for AbstractEvictionPolicy

commit bfed389fb6f3437eee20bc6baf2b7e725f9fb6a7
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-23T08:04:28Z

    IGNITE-8077 Do not attempt to clean up work directory on running grid in 
ConfigVariationTests

commit 628f3fb33416e6e5c963450d5544ac32b6ecfe4a
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-04-23T09:32:18Z

    IGNITE-8190 Print out an information message when local node is not in 
baseline
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit c2a8bbc6b7ca500a2b7e485c16664b440439e602
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-04-23T09:55:25Z

    IGNITE-8191 Print out information when cluster is not activated
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 3c3a24e84a9a9f07d0833b29524de244930634c3
Author: Nikolay Izhikov <nizhikov@...>
Date:   2018-04-20T08:23:42Z

    IGNITE-7077: Implementation of Spark query optimization. - Fixes #3397.
    
    Signed-off-by: Nikolay Izhikov <nizhi...@apache.org>

commit d7962f83f14292a571016b79af594ceefe632d83
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-20T16:17:32Z

    IGNITE-7077 Fixed header licenses

commit 2497fe376ffa7df65381f2c91151b6f7fccaf212
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-04-23T10:27:51Z

    IGNITE-8192 Print out information on how many nodes left until 
auto-activation
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 9e3daf6aafd48ad93086f8e7968fb376f03f4519
Author: Andrey Gura <agura@...>
Date:   2018-04-23T13:31:57Z

    IGNITE-8228 Print out information about configured failure handler

commit ee1e089a8cded02e51063602cb8c470a2aad4fa7
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-23T14:39:57Z

    IGNITE-8323 Fixed discovery event listener calls - Fixes #3890.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

----


---

Reply via email to