GitHub user AMashenkov opened a pull request:

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

    Ignite-1.6.14

    for test purposes

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

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

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

    https://github.com/apache/ignite/pull/2731.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 #2731
    
----
commit 476081b9171b1b8e5ec0a1ffd7e87092da3601d6
Author: Tikhonov Nikolay <tikhonovnico...@gmail.com>
Date:   2016-08-17T11:31:20Z

    Fixed isReadFromBackup behaviour for transaction. This closes #955.

commit 97d1a6f6f1d30507ad93122eb9ea63285cdffde7
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-18T12:06:04Z

    IGNITE-3694 
IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testAppendConsistencyMultithreaded
 hangs

commit 8aa534a6124c066801e6627f36179934653fe59f
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-08-18T15:21:22Z

    IGNITE-2559 Fixed Transaction hangs if entry processor is not serializable. 
This closes #951.

commit a20ca351b33efb07b83c6f5967fa7a3cef154c83
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-19T07:37:59Z

    ignite-3547 Do not try to re-send message using the same client. Remove 
disconnected client from 'onDisconnected' callback.

commit 9db16d1b2a23e703546c472676620139e82e747f
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-08-19T10:40:30Z

    Fixed NPE in special case.

commit 7422195f17df2c69a98eeed202f14eea80ad70b4
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-08-19T23:53:40Z

    IGNITE-473 - Fixed HibernateL2CacheExample output

commit 974467aa1e8a1cdfcd25bd2218d71e70c0dceddc
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-08-22T03:14:27Z

    IGNITE-3702 Fixed missing query index type setter generation. Added tests. 
Minor code improvements.

commit d399db92ab4e147a3933a42dd5635b225665ac63
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-08-22T08:00:06Z

     IGNITE-3708 Fixed multithreaded loading entries for MySql.

commit 5b57fc04866677fbf1221a253fe28905dbfc2d7d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-22T14:16:45Z

    IGNITE-3694: IGFS: Remove invalid assertion in IgfsImpl.newBatch() method.

commit fa13832132ad71cd3b3ad259784e2e7ec5366c28
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-22T14:37:14Z

    IGNITE-3693: IGFS: Fixed sporadical failures in 
IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testFormat. This closes #960.

commit a0c7c44fc864aa965fd4d14e5362a4f6356c01ab
Author: AndreVel <andrey4...@gmail.com>
Date:   2016-08-23T03:50:57Z

    IGNITE-3197 - OverlappingFileLockException in marshaller context

commit eea42827738301168d66562a05d3360150e6fb89
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-23T07:47:15Z

    Fix for IgniteDynamicCacheStartNoExchangeTimeoutTest.

commit f9258736c5cfa157e138d879aa0dbacc5a7cb4b2
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-08-23T07:59:45Z

    Fixed tests.

commit d6033712425cd0157fa640a7d46ec6579fd7e74b
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2016-08-23T11:10:55Z

    IGNITE-3325 .NET: Improve CompiledQuery in LINQ provider

commit 207e8cb3b939670655da14082ac9e1cf1d822fd0
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2016-08-23T17:01:48Z

    IGNITE-3325 .NET: Improve CompiledQuery in LINQ provider - minor fixes

commit 417b269fe844c2a0b2c18aff8f58a2b38bc27531
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2016-08-24T02:44:04Z

    IGNITE-3005 Implemented showing of node ID8 , IP and checked values on 
alert.

commit 8c370c6927848b66782ecc18df499460c0bfdd11
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2016-08-24T03:03:33Z

    IGNITE-2726 Added per-nodes cache information about off-heap.

commit 25b59d7c6ea7bd23d5a8366fb5618e11990327c8
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2016-08-24T08:07:17Z

    IGNITE-3325 .NET: Rename CompiledQueryDelegate -> CompiledQueryFunc to 
conform to design guidelines

commit 4e9e7b8ee1c990bacdc2d081b706ca315927fdce
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T09:12:00Z

    IGNITE-3716: ODBC: Added SQL escape sequence parsing.

commit 118db2fcffe3534aa1e5f4b97b8fbe23891752c4
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T09:12:24Z

    Merge remote-tracking branch 'upstream/ignite-1.6.6' into ignite-1.6.6

commit c02ad87f863bd730e60fb7052547fa0848e7eb77
Author: isapego <isap...@gridgain.com>
Date:   2016-08-24T14:21:48Z

    IGNITE-3736: ODBC: Added support for string scalar functions. This closes 
#979.

commit 13dfcbe03aca137ee70698f6083df27c10ecdaf9
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T14:31:38Z

    IGNITE-3736: ODBC: Reverted back removed "supported" futures.

commit d6449ffbc65acda6a2cf4484608188367837dd17
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-24T15:34:02Z

    Fixed issues on node stop:
    - in service processor need guard depExe access with busyLock
    - do not error log IO errors in ClientImpl on stop

commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

    Fixed GridQueryParsingTest.

commit 5a3b3e2c6ecb5d6c96513b79f21828526b4a98a0
Author: isapego <isap...@gridgain.com>
Date:   2016-08-25T09:35:07Z

    IGNITE-3749: ODBC: Added support for numeric scalar functions. This closes 
#981.

commit 0e3a6e2df8b42f255a5a4688d5827dccaabfd3a4
Author: isapego <isap...@gridgain.com>
Date:   2016-08-25T11:34:31Z

    IGNITE-3757: ODBC: Added aggregate functions support. This closes #983.

commit e21111f287039011bc9437c94fb574e61e2ac226
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-08-25T13:26:02Z

    IGNITE-3738: ODBC: Fixed escape sequence whitespaces handling. This closes 
#982.

commit 8aabd6ea65d883d3bbcf37c05c146105dff8a6e2
Author: isapego <igors...@gmail.com>
Date:   2016-08-25T13:30:20Z

    IGNITE-3751: ODBC: Added system functions support. This closes #985.

commit ae0b5ebf02f3eb70d24dd3b0eb63dde9843c82b0
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-08-26T08:12:31Z

    IGNITE-3739: ODBC: Added GUID escape sequence support. This closes #988.

commit 6fd53ea5b50148e5a1156d83ea28acb8faf84035
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-08-26T08:19:39Z

    IGNITE-3761: ODBC: Added tests for SQL_SQL92_VALUE_EXPRESSIONS. This closes 
#989.

----


---

Reply via email to