GitHub user DmitriyGovorukhin opened a pull request:

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

    Ignite-gg-13703

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-gg-13703

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

    https://github.com/apache/ignite/pull/3797.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 #3797
    
----
commit 1cea80d29f4f1c61ed56ad1261b74ed42611bf64
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-06T10:49:10Z

    IGNITE-8018 Optimized GridCacheMapEntry initialValue() - Fixes #3686.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 37fc72542eb6baa8be8b41aecd08a194102d13c1
Author: Алексей Стельмак <astelmak@...>
Date:   2018-04-06T15:28:22Z

    IGNITE-8049 Limit the number of operation cycles in B+Tree - Fixes #3769.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    
    (cherry picked from commit e491f10)

commit 76e293654e34c927d6c9efc85a12e736b58a21f2
Author: Eduard Shangareev <eshangareev@...>
Date:   2018-04-06T16:22:07Z

    IGNITE-8114 Add fail recovery mechanism to tracking pages - Fixes #3734.
    
    Signed-off-by: dpavlov <dpav...@apache.org>
    
    (cherry picked from commit 0829397)

commit 49f11db727febc83297c7f0f5de9e6f98f0197fa
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-04-09T02:25:50Z

    IGNITE-8159 control.sh: Fixed NPE on adding nodes on empty baseline and not 
active cluster.
    
    (cherry picked from commit 834869c)

commit 9ad7be2f51b6dcdcdf43fedb298cd4e240f0adab
Author: Ilya Borisov <klaster1@...>
Date:   2018-04-09T13:59:32Z

    IGNITE-8155 Web Console: Fixed number pattern warning in browser console.
    
    (cherry picked from commit 5d8f570)

commit 4aa56751906e5db7aad025a7193933fa929aae26
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-09T15:13:21Z

    IGNITE-7940 Visor CMD: Added "cache -slp" and "cache -rlp" commands to show 
and reset lost partitions for specified cache.
    
    (cherry picked from commit abfa0f5)

commit cc04c5c70af1bdbba834f73330e73277b60e23fc
Author: Eduard Shangareev <eshangareev@...>
Date:   2018-04-09T16:15:50Z

    IGNITE-8114 Additional fix for Add fail recovery mechanism to tracking pages
    
    (cherry picked from commit 961fc35)

commit c70d85aa36c702ea0f29bd8668e9bf0790f9ba11
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-10T08:42:24Z

    IGNITE-8126 Web Console: Fixed code generation for cache load.
    
    (cherry picked from commit a0a187b)

commit 8d3755b9c58eef12c5fc9cabfc0b1c05f6db716e
Author: Semyon Boikov <sboikov@...>
Date:   2018-04-10T08:37:39Z

    IGNITE-7222 Added ZooKeeper discovery SPI

commit b096a463c338565a7661f8a853a257518d872997
Author: Stanislav Lukyanov <lukyanov.lsa@...>
Date:   2018-04-09T11:33:13Z

    IGNITE-7904: Changed IgniteUtils::cast not to trim exception chains. This 
closes #3683.

commit 82a4c024fe06ef8c8deeaf762f0cc20a8e481252
Author: Roman Guseinov <gromcase@...>
Date:   2018-04-09T11:45:44Z

    IGNITE-7944: Disconnected client node tries to send JOB_CANCEL message. 
Applied fix:
    - Skip sending message if client disconnected;
    - Throw IgniteCheckedException if a client node is disconnected and 
communication client is null.
    This closes #3737.

commit c1745de37891026e0a719f0c1d1afe768dfccbf3
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-10T10:48:52Z

    IGNITE-7927 Web Console: Fixed demo for non-collocated joins.
    
    (cherry picked from commit 647620b)

commit b28287d1861fd841a18d0eef95eff309d21a55ef
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-10T13:22:28Z

    IGNITE-8025 Future must fail if assertion error has been thrown in the 
worker thread

commit a832f2b2e5788c45114c3cb5529d7cf53d08f9a6
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-04-10T14:30:12Z

    ignite-7772 System workers critical failures handling
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 912433ba9aa113508d05930691b251eccd8f5870
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-04-10T15:54:03Z

    IGNITE-8069 IgniteOutOfMemoryException should be handled accordingly to 
provided failure handler
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 99feab6ace66d011b677fd4d57b44fc54da8fd4f
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-10T17:33:47Z

    IGNITE-6430 Complete failing test early

commit 526fb0ee612ef71fde58a1274db35e8205304a63
Author: Dmitriy Sorokin <d.w.sorokin@...>
Date:   2018-04-10T19:20:41Z

    IGNITE-8101 Ability to terminate system workers by JMX for test purposes.
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit b4cb2f0df944534743a9d73811e047eda572258c
Author: mcherkasov <mcherkasov@...>
Date:   2018-04-11T00:27:20Z

    IGNITE-8153 Nodes fail to connect each other when SSL is enabled - Fixes 
#3773.
    
    Signed-off-by: Valentin Kulichenko <valentin.kuliche...@gmail.com>

commit b4cc9f2d45d78c360abe224165e707c23533469e
Author: Pavel Kovalenko <jokserfn@...>
Date:   2018-04-11T08:23:46Z

    IGNITE-7871 Implemented additional synchronization phase for correct 
partition counters update

commit 25774f9fe168aaa537fe10f6c726ee5b09ac2ba6
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-11T09:21:29Z

    2.5.1.b4 Release notes

commit dda4f1b884118b2f88abf1b73803bc2f820e3613
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-11T09:28:40Z

    IGNITE-8216 Fixed javadoc for release build

commit 0dbd480e1726ff541491da72a94c86ba6a9158e7
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-11T10:19:27Z

    IGNITE-8017 : Option to automatically disable WAL during rebalancing.

commit fd37840b4fa151a8384f0c33af96987d9d27dcac
Author: Aleksei Scherbakov <alexey.scherbakoff@...>
Date:   2018-04-11T12:21:47Z

    IGNITE-6827 Configurable rollback for long running transactions before 
partition exchange.

commit 9874dbfa08aebb9c4f6e49e8b315b40200ff9846
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-11T12:57:46Z

    GG-13704 Implement new JMX metrics for transactions [BETA]

commit d0087388cf3e9950474f2f42d528700cd0495c2f
Author: Pavel Kovalenko <jokserfn@...>
Date:   2018-04-11T11:12:50Z

    IGNITE-7871 Check local join future on error. - Fixes #3793.
    
    Signed-off-by: dpavlov <dpav...@apache.org>

commit 68ab1a71d53a1c06d52c813af36fc02197df0c5c
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-11T17:59:49Z

    GG-13703 Add new metrics for data storage [BETA]

----


---

Reply via email to