You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by aealeksandrov <gi...@git.apache.org> on 2018/10/16 19:50:39 UTC

[GitHub] ignite pull request #5007: Ignite 2.4.8 p6

GitHub user aealeksandrov opened a pull request:

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

    Ignite 2.4.8 p6

    Created for TS run.

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-2.4.8-p6

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

    https://github.com/apache/ignite/pull/5007.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 #5007
    
----
commit 699561265ae616b5eb75897343be84d8c83be804
Author: Anton Kalashnikov <ka...@...>
Date:   2018-03-21T15:53:15Z

    GG-13631 fix GridDhtPartitionDemandLegacyMessage
    
    (cherry picked from commit ffbc56e)

commit 37c8033c72ac4fd1ec1e419ba68142c4fe11ad8b
Author: tledkov-gridgain <tl...@...>
Date:   2018-03-13T09:37:29Z

    IGNITE-7860: JDBC thin: changed default socket buffer size to 64Kb. This closes #3600.

commit 130adcf29ddb61f8e9baa784b81454d3ed7c3b75
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-01-26T08:48:14Z

    IGNITE-7530 .NET: Fix GetAll memory usage and performance in binary mode
    
    This closes #3436

commit 824004909b23a9a7d599500967af34103acb8c47
Author: Igor Sapego <is...@...>
Date:   2018-01-30T12:56:17Z

    IGNITE-6810: Implemented SSL support for ODBC.
    
    This closes #3361

commit 82da0b5e9dc2ee2339c3fb1023e35d415bf1b647
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-02-07T12:37:52Z

    IGNITE-6217: Added benchmark to compare JDBC vs native SQL
    
    This closes #2558

commit 701c6f141f6812ad7bc050a86266e696cf5863ed
Author: tledkov-gridgain <tl...@...>
Date:   2018-02-08T12:29:42Z

    IGNITE-6625: JDBC thin: support SSL connection to Ignite node
    
    This closes #3233

commit 2d729bf5c6f6fca9d07be2d57850642ba4b55004
Author: tledkov-gridgain <tl...@...>
Date:   2018-02-09T11:08:15Z

    IGNITE-6625: SSL support for thin JDBC: additional fix test; change error message

commit 8994f847d7f5f15db73706d9210cdccb1cf3fb26
Author: devozerov <vo...@...>
Date:   2018-02-12T13:34:24Z

    IGNITE-7003: Fixed faulty test WalModeChangeAdvancedSelfTest.testJoinCoordinator.

commit b142712264007d7397d1594541681a4a7e3d4b93
Author: Igor Sapego <is...@...>
Date:   2018-02-26T12:02:07Z

    IGNITE-7362: Fixed PDO ODBC integration issue

commit a2b2aee52cc65d01f2ecaf9462adc4bd368438ea
Author: Igor Sapego <is...@...>
Date:   2018-02-28T10:23:12Z

    IGNITE-7763: Fixed 32bit tests configurations to prevent OOM
    
    This closes #3557

commit 652f3c4cdbaad40f5de25b06f0c13710aa7f2fd9
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-03-13T12:46:36Z

    IGNITE-7531: Data load benchmarks. This closes #3571.

commit 9337a53d9fcd62af87f6760080d350b43e275105
Author: tledkov-gridgain <tl...@...>
Date:   2018-03-16T11:38:38Z

    IGNITE-7879: Fixed splitter logic for DISTINCT with subqueries. This closes #3634.

commit 7bec8b13cb373002d2a6b1b268d410338259bac2
Author: Igor Sapego <is...@...>
Date:   2018-03-19T11:17:33Z

    IGNITE-7811: Implemented connection failover for ODBC
    
    This closes #3643

commit e512e5e0a2602df0ecfb69b2b5efabce836b04db
Author: Igor Sapego <is...@...>
Date:   2018-03-20T10:37:02Z

    IGNITE-7888: Implemented login timeout for ODBC.
    
    This closes #3657

commit 211fca3a55e84b78ff0c1af04d91e25d6fc846c4
Author: devozerov <vo...@...>
Date:   2018-03-20T11:13:46Z

    IGNITE-7984: SQL: improved deadlock handling in DML. This closes #3655.

commit bcd2888d27afe65f1a060e35b99a05ea420979c7
Author: Roman Guseinov <gr...@...>
Date:   2018-02-16T09:57:26Z

    IGNITE-7192: Implemented JDBC support FQDN to multiple IPs
    
    This closes #3439

commit d2659d0ec9f6e1a0b905fc7bf23b65fd5522c80a
Author: Alexander Paschenko <al...@...>
Date:   2018-03-14T09:23:37Z

    IGNITE-7253: JDBC thin driver: implemented streaming. This closes #3499. This closes #3591.

commit bc9018ef8b116f81b8e06d2ff7651ba2b6c7beae
Author: tledkov-gridgain <tl...@...>
Date:   2018-03-19T08:01:26Z

    IGNITE-7029: JDBC thin driver now supports multiple IP addresses with transparent failover. This closes #3585.

commit 587022862fd5bdbb076ab6207ae6fd9bc7583c13
Author: Sergey Chugunov <se...@...>
Date:   2018-03-16T16:24:17Z

    IGNITE-7964 rmvId is stored to MetaStorage metapage during operations - Fixes #3645.

commit 006ef4d15e4faedb6dfce6ce9637602055b97293
Author: tledkov-gridgain <tl...@...>
Date:   2018-03-22T11:47:06Z

    IGNITE-7436: Simple username/password authentication. This closes #3483.

commit 1c7f59c90514670e802d9d07544b00b7562fe6d2
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-01-30T09:48:16Z

    .NET: Fix build status icon in README

commit 162df61b305fccfc55e186d07351727f35b55179
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-02-01T11:53:16Z

    IGNITE-7561 .NET: Add IServices.GetDynamicServiceProxy
    
    This closes #3457

commit 9a0328ebbc9d52f8e96898a384fa45743d2efa5b
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-02-02T12:01:27Z

    .NET: Update README regarding C++ interop and thin client

commit b804cfea51c87724b45b40de4fd58d300c049be1
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-01-31T09:39:19Z

    .NET: Suppress API parity check for SSL in ClientConnectorConfiguration

commit 6f8014de7250c4c0d87cbc8764afae4a225f654b
Author: apopov <ta...@...>
Date:   2018-02-13T10:13:15Z

    IGNITE-3111 .NET can be now configured SSL without Spring
    
    This closes #3498

commit 5131bcd71ce787cf2c61bf98446f5ec0a616ab1c
Author: Pavel Tupitsin <pa...@...>
Date:   2018-02-16T20:36:01Z

    IGNITE-3111 .NET: Configure SSL without Spring - cleanup
    
    * Remove unused members from ISslContextFactory
    * Fix namespaces
    * Remove unused files
    * Cleanup tests

commit 4ac4645dcf6e85883ce0de46ba1253ba8135804e
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-02-18T20:22:27Z

    .NET: Fix LoadDllTest, IgniteStartStopTest

commit 8709785814a432f981c30274a55e2ef730667421
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-02-18T20:27:29Z

    .NET: Fix SslConfigurationTest

commit d2a1136fd725b0e09e1e655152509aeae755c368
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-02-26T22:15:11Z

    IGNITE-7329 .NET: Thin client: SSL connection implemented
    
    This closes #3447

commit c2a5c5df71197418bd126e87f62e66681ac25b76
Author: Pavel Tupitsin <pa...@...>
Date:   2018-03-05T16:07:32Z

    IGNITE-7878 .NET: Ignore TestStartDefault

----


---