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/09 21:39:57 UTC

[GitHub] ignite pull request #4510: Ignite 2.5.1 p11 txfix

GitHub user ascherbakoff opened a pull request:

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

    Ignite 2.5.1 p11 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-p11-txfix

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

    https://github.com/apache/ignite/pull/4510.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 #4510
    
----
commit b6ad3705c1e68683b72d2237037af66fea23a7ae
Author: devozerov <vo...@...>
Date:   2018-04-11T13:44:33Z

    IGNITE-8148: JDBC thin: semicolon as delimiter for properties. This closes #3794.

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

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

commit 2769981a5df64f3cd0c38b7599c49580c66192fa
Author: Aleksey Plekhanov <pl...@...>
Date:   2018-04-11T15:24:51Z

    IGNITE-6892 OOM should be covered by failure handling
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 687194461f445be9902752f38f873d321cde1d85
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:17:05Z

    IGNITE-7996 Move configuration form templates.
    
    (cherry picked from commit c2c03a9)

commit 9955728a72e0f9c11faa313a521d4566b5a93dc1
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:19:07Z

    IGNITE-7996 Move config state module index.
    
    (cherry picked from commit d5e0be0)

commit 536d8b2080b93505e67206a240385baced150674
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:20:13Z

    IGNITE-7996 Use configuration.state for state registration only.
    
    (cherry picked from commit 2800ef0)

commit a2d9f97c0ae77e81344849bc2c3cba2d3964cf01
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:20:39Z

    IGNITE-7996 Rename configuration.state to states.
    
    (cherry picked from commit 14dd2df)

commit 1d5f45b4eb900a3c4cc0bedb8919b35f2a0032c8
Author: Ilya Borisov <kl...@...>
Date:   2018-04-06T04:22:20Z

    IGNITE-7996 Move configuration assets into page-configure module.
    
    (cherry picked from commit d02e87b)

commit a5a83d211a572b8419866fabbc31975168157729
Author: Alexey Kuznetsov <ak...@...>
Date:   2018-04-12T04:21:23Z

    IGNITE-7996 Merge with master.

commit dbf2d722b0563a9637cc72fe2fcdf3dbd07291fc
Author: devozerov <vo...@...>
Date:   2018-04-12T07:37:36Z

    IGNITE-8042: .NET thin client: authentication support. This closes #3790.

commit 72259b01e0c6d72794eca4c28c9d9d848b0ff97f
Author: dmitrievanthony <dm...@...>
Date:   2018-04-12T08:16:22Z

    IGNITE-8176: Integrate gradient descent linear regression with partition based dataset
    
    this closes #3787
    
    (cherry picked from commit df6356d)

commit f143ad0057ddb326f6d8199bf660b354913e6b61
Author: devozerov <vo...@...>
Date:   2018-04-12T12:02:57Z

    IGNITE-8135: SQL: authentication for CREATE TABLE and DROP TABLE commands. This closes #3801.

commit 2c4a7a2e366d7308485ae5cc95d4b60e66b09589
Author: devozerov <vo...@...>
Date:   2018-04-12T12:13:51Z

    IGNITE-8230: SQL: Fixed backup number propagation in CREATE TABLE command. This closes #3803.

commit 80f4340f61742988aaf9437eb08ed76644a1c8ca
Author: Pavel Kovalenko <jo...@...>
Date:   2018-04-12T11:29:43Z

    IGNITE-7871 Fixed condition for cache partitions validation. - Fixes #3804.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit 7a1d0ea)

commit dfe17074593d9d12cbab7b60aa73e73c37bbffb7
Author: Anton Kurbanov <an...@...>
Date:   2018-04-12T17:31:50Z

    IGNITE-8110 GridCacheWriteBehindStore.Flusher thread uses the wrong transformation from milliseconds to nanoseconds. - Fixes #3742.
    
    Signed-off-by: dpavlov <dp...@apache.org>
    
    (cherry picked from commit adaedb4)

commit fe99497528cd040ab3b4d5f7bfc40e788393a5ed
Author: Andrey Kuznetsov <st...@...>
Date:   2018-04-12T18:23:28Z

    IGNITE-7983: NPE fixed in transactions
    
    Signed-off-by: Andrey Gura <ag...@apache.org>

commit 6a77dd8b182091fe4e38850098c6334597c14a6d
Author: zaleslaw <za...@...>
Date:   2018-04-13T09:49:56Z

    IGNITE-7829: Adopt kNN regression example to the new Partitioned Dataset
    
    this closes #3798
    
    (cherry picked from commit 8550d61)

commit 687ae653bd66745c49ba9f85a169e27191ddc16c
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-04-13T09:28:19Z

    IGNITE-8240 .NET: Use default scheduler when starting Tasks
    
    This closes #3812

commit 0a64e4affae9ec2e16c3a99128985f6bd9c788cb
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-04-13T09:44:17Z

    IGNITE-8042: .NET: Thin client: authentication support - fix naming and inspections

commit 6072af825ca1507ad9d8143ca73e556539960e1d
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-04-13T10:36:20Z

    IGNITE-8042: .NET: Thin client: authentication support - fix TestAuthenticationEmptyCredentials

commit 78e7414cf568ef7e3f7567fdb74334012896b632
Author: Dmitriy Shabalin <ds...@...>
Date:   2018-04-13T10:55:02Z

    IGNITE-8245 Fixed input appearance position with error.
    
    (cherry picked from commit 56e3f43)

commit db3099e079022a8acc081b284f96583280742567
Author: Andrey Novikov <an...@...>
Date:   2018-04-13T11:08:35Z

    IGNITE-8248 Fixed npe in Web Console agent int case of self-signed certificate.
    
    (cherry picked from commit 8a42f64)

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)

----


---