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

[GitHub] ignite pull request #4522: Ignite 2.5.1 p12 txfix

GitHub user ascherbakoff opened a pull request:

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

    Ignite 2.5.1 p12 txfix

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-2.5.1-p12-txfix

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

    https://github.com/apache/ignite/pull/4522.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 #4522
    
----
commit e904b7b12a9bf4e038d13e39e7d85eaccfb40d65
Author: Alexey Goncharuk <al...@...>
Date:   2018-04-13T15:01:00Z

    IGNITE-8256 Fixed simulated node failure in the test

commit 9be980d084b19a604d7f811bf2c73a28b35b0cd6
Author: dmitrievanthony <dm...@...>
Date:   2018-04-13T15:02:37Z

    IGNITE-8233: KNN and SVM algorithms don't work when partition doesn't contain data.
    
    this closes #3807
    
    (cherry picked from commit ee9ca06)

commit a9ec54be9c51fe8ff04ca5d21160c27255640007
Author: dmitrievanthony <dm...@...>
Date:   2018-04-13T15:08:08Z

    IGNITE-8232: ML package cleanup for 2.5 release
    
    this closes #3806
    
    (cherry picked from commit 47cfdc2)

commit 8acee1da7fc8475e7d2ffb25b179055d93906034
Author: YuriBabak <y....@...>
Date:   2018-04-13T17:27:15Z

    IGNITE-8232: ML package cleanup for 2.5 release
    
    this closes #3823
    
    (cherry picked from commit c6ab036)

commit c51f2465113d0933336a36d0f173051f68c91be7
Author: Ilya Kasnacheev <il...@...>
Date:   2018-04-13T21:50:11Z

    IGNITE-2766 - Opportunistically reopen cache after client reconnect - Fixes #3417
    
    Signed-off-by: Valentin Kulichenko <va...@gmail.com>

commit c43049d4fc154e532497320e178d5acb468c15d9
Author: tledkov-gridgain <tl...@...>
Date:   2018-04-16T08:28:39Z

    IGNITE-8129: MTCGA: setup default SSL context in JdbcthinConnectionSSLTest (because sometimes default SSL context may be setup by build system). This closes #3795.

commit b3f252666785fddf41ef07846e034d55ae0dda71
Author: Alexey Kukushkin <al...@...>
Date:   2018-04-16T08:47:19Z

    IGNITE-8097: Java thin client: throw handshake exception eagerly on connect phase in case of failure. This closes #3822.

commit 7173b0c48dab05be0b8e7825ae527824fcdbbc83
Author: zaleslaw <za...@...>
Date:   2018-04-16T17:20:49Z

    IGNITE-8169:
    [ML] Adopt KMeans to the new Partitioned Dataset and cleanup old code
    
    this closes #3817
    
    (cherry picked from commit 9e21cec)

commit 6ee5e9fe8c07353a55a2a02b84f7b94c43b5c49f
Author: Alexey Kuznetsov <ak...@...>
Date:   2018-04-17T04:46:45Z

    IGNITE-8201 REST: Added AUTHENTICATE command. Fixed session tokens. Added new tests.
    
    (cherry picked from commit 1cfc989)

commit 7457fd319a372d54de68271be7fddbb634cb6070
Author: Anton Kalashnikov <ka...@...>
Date:   2018-04-17T07:30:52Z

    IGNITE-8048 Store dynamic indexes to cache data on node join - Fixes #3719.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 2883ff4e958747916e7d9eec671100c366cad66b
Author: Ilya Borisov <kl...@...>
Date:   2018-04-17T08:01:36Z

    IGNITE-8291 Web Console: Fixed Docker file generation.
    
    (cherry picked from commit 5614621)

commit d0997d7740ea1114b4c8236f225d989de98e2f10
Author: YuriBabak <y....@...>
Date:   2018-04-17T08:22:14Z

    IGNITE-8292: Broken yardstick compilation.
    
    this closes #3838
    
    (cherry picked from commit e76fcb4)

commit 3d2556bc73eff6c5ccd52af1bea88b6016358db8
Author: Ilya Borisov <kl...@...>
Date:   2018-04-17T08:46:10Z

    IGNITE-8285 Web console: Removed debug output.
    
    (cherry picked from commit 8c80dce)

commit 4846e967e4cb7a174880a2956e807505a78fd441
Author: YuriBabak <y....@...>
Date:   2018-04-17T08:54:41Z

    IGNITE-8292: Broken yardstick compilation.
    
    this closes #3840
    
    (cherry picked from commit 3cebf91)

commit 733a62bcb6c0d9381a496f07417c10c7edea6d7c
Author: Ilya Borisov <ib...@...>
Date:   2018-04-17T07:12:39Z

    IGNITE-8287 Change position on signup inputs on page-sign-in.
    
    (cherry picked from commit e5c3f89)

commit 83e54311fce1d46279c6ddd687ced6f7c9f17ff6
Author: Ilya Borisov <kl...@...>
Date:   2018-04-17T10:15:57Z

    IGNITE-8200 Web Console: Override clonedCluster in cluster-edit-form if caches or models have changed.
        This improves interop with "import from DB" feature, which might update caches/models of cluster currently opened for editing.
        The import dialog works as a separate state, so the form change detection mechanism ensures that any changes to the original
        cluster are safe and won't interfere with changes made by user in cluster edit form.
    
    (cherry picked from commit 7731669)

commit 86d3f196e436095f277bb9b3e2c32293185db634
Author: Sergey Chugunov <se...@...>
Date:   2018-04-17T11:28:47Z

    IGNITE-8210 Fixed custom event handling for baseline topology change - Fixes #3814.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit a7dbea16064bbd52907a770bb40c3a2445313db2
Author: Dmitriy Sorokin <sb...@...>
Date:   2018-04-17T11:48:44Z

    IGNITE-8255 Possible name collisions in WorkersRegistry.
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit b762d681b97ea121a8321eb66bf02f89a1d177cd
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-17T12:56:36Z

    IGNITE-8166 PME hangs when error occurs during checkpoint
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 8428b0e63e97c10277f6d9e1640e16528a772270
Author: Ivan Daschinskiy <iv...@...>
Date:   2018-04-17T15:05:42Z

    IGNITE-8021 Delete cache config files when cache is destroyed - Fixes #3697.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit cd59c8e64f05ca03c7da8dc35d027a14fcebf250
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-17T15:27:53Z

    IGNITE-8033 Fixed flaky failure of TxOptimisticDeadlockDetectionCrossCacheTest
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit acfef907db8204ac93fc235770f36bf7f61269c3
Author: Ilya Kasnacheev <il...@...>
Date:   2018-04-17T16:50:51Z

    IGNITE-2766 Fix .net test. - Fixes #3853.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit 96cb795)

commit 6cea78e4e13fe43555b78dcd683366f54c6816ff
Author: Andrey Kuznetsov <st...@...>
Date:   2018-04-17T16:58:43Z

    IGNITE-7770 Test testRandomMixedTxConfigurations partialy fixed
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit e394693a7389b4daff328827abdb1dcd28783f66
Author: Maxim Muzafarov <ma...@...>
Date:   2018-04-17T18:18:36Z

    IGNITE-8301 testReconnectCacheDestroyedAndCreated should excpect recreated client cache - Fixes #3856.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit 56be24b)

commit 4685ebe5f5dda4023980398806e222fada895e26
Author: Vasiliy Sisko <vs...@...>
Date:   2018-04-18T03:44:44Z

    IGNITE-8140 Web Console: Fixed code generation for large numbers in configuration params.
    
    (cherry picked from commit eda5fe7)

commit 5efc589fcabffdb29cd6dfe0e7323bc91db47703
Author: Ilya Borisov <kl...@...>
Date:   2018-04-18T04:39:41Z

    IGNITE-8294 Web Console: Move "Beta" ribbon to the left.
    
    (cherry picked from commit 69606e4)

commit af46856d7f7ec88aa663865a108900abb8314ffe
Author: oleg-ostanin <oo...@...>
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 ba4e337068ebfcc4bbb93509166f118225fe0cb4
Author: Dmitriy Shabalin <dm...@...>
Date:   2018-04-18T11:43:13Z

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

commit 25b25f271bc89d77013e1cda2bad30d941e1c8ad
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-18T12:57:45Z

    IGNITE-8122 Restore partition state from WAL if no checkpoints are done - Fixes #3745.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 4ab86f13cbc7fef68f5fd39354e242fe6cca285a
Author: skalashnikov <sk...@...>
Date:   2018-04-18T13:37:20Z

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

----


---