GitHub user kdudkov opened a pull request:
https://github.com/apache/ignite/pull/1203
Ignite 3074
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-3074
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1203.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 #1203
----
commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <vozerov@gridgain.com>
Date: 2016-09-05T08:35:26Z
IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.
commit b640b8ed7f9ce0fdf24392404eedbc1f54c9063c
Author: shtykh_roman <rshtykh@yahoo.com>
Date: 2016-09-05T08:43:06Z
IGNITE-3687: Updated StormStreamer dependencies. - Fixes #959.
Signed-off-by: shtykh_roman <rshtykh@yahoo.com>
commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <apaschenko@gridgain.com>
Date: 2016-09-05T11:10:39Z
IGNITE-3817: Fixed binary object re-build with missing schema.
commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <andrey.mashenkov@gmail.com>
Date: 2016-09-05T11:15:59Z
IGNITE-3743: ODBC: Added procedure call escape sequence support. This closes #1008.
commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <isapego@gridgain.com>
Date: 2016-09-05T12:02:07Z
IGNITE-3819: ODBC: Improved error logging. This closes #1024.
commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <andrey.mashenkov@gmail.com>
Date: 2016-09-05T12:17:53Z
IGNITE-3741: ODBC: Added character escape support to expression parser. This closes #1004.
commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <vozerov@gridgain.com>
Date: 2016-09-05T14:05:05Z
IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() methods.
commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <andrey.mashenkov@gmail.com>
Date: 2016-09-05T14:38:47Z
IGNITE-2629: ODBC: Requests are now processed asynchronously in separate thread pool.
This closes #996.
commit 355082958b476009179254df9be20e225179cb7c
Author: Andrey V. Mashenkov <andrey.mashenkov@gmail.com>
Date: 2016-09-05T15:06:27Z
IGNITE-2833: GridCacheTtlManager pending queue retention size optimization.
commit 8970b3e3a36b18274b451fddf365627ba23459d6
Author: Igor Sapego <isapego@gridgain.com>
Date: 2016-09-05T15:15:11Z
IGNITE-3628: ODBC: Added ability to configure page size in DSN, changed default value
from 32 to 1024. This closes #1014.
commit 69632c8fa7a62b5d24c46f7440c83bcdb6151fd2
Author: Alexey Kuznetsov <akuznetsov@apache.org>
Date: 2016-09-06T08:26:54Z
Fixed RAT license header check.
commit e23a94fbab4040f60b7a8ef3638aaebe4b9ba5f6
Author: sboikov <sboikov@gridgain.com>
Date: 2016-09-06T08:34:14Z
Fixed GridQueryParsingTest.
commit 385355a157993f4d78ced551bbaa168181748a7d
Author: sboikov <sboikov@gridgain.com>
Date: 2016-09-06T09:09:38Z
GridNearOptimisticTxPrepareFuture: fixed javadoc warning.
commit bdc1b10cabcefb6684adcdb22bb6106e44148516
Author: sboikov <sboikov@gridgain.com>
Date: 2016-09-06T11:45:01Z
IGNITE-2208 Queries with object arguments doesn't work wth BinaryMarshaller: use 'toBinary'
for arguments conversion.
commit 31b9bb84dd29259121759c655bac6247d2b93285
Author: shtykh_roman <rshtykh@yahoo.com>
Date: 2016-09-07T05:35:31Z
IGNITE-3809: Fix for ArrayIndexOutOfBoundsException in GridUnsafeLru. - Fixes #1017.
Signed-off-by: shtykh_roman <rshtykh@yahoo.com>
commit 224cae1dd5dc5d95843c6ea1a72f61f27ea35cb4
Author: sboikov <sboikov@gridgain.com>
Date: 2016-09-07T07:18:20Z
Fixed IgniteCacheExpiryPolicyAbstractTest.testZeroOnAccess.
commit b5121adff860d96e5954d3466137854f8fae4c27
Author: sboikov <sboikov@gridgain.com>
Date: 2016-09-07T09:44:24Z
IGNITE-2629: ODBC: GridNioAsyncNotifyFilter should process onSessionOpened synchronously
commit d672f2989582fe7259260a25f0a8ed26f31f5b09
Author: Igor Sapego <isapego@gridgain.com>
Date: 2016-09-07T11:28:06Z
IGNITE-3705: CPP: Fixed warnings for MSVC 14.0. This closes #1038.
commit 121b89b07990068a31d384da8d6f3c781cf0efb8
Author: sboikov <sboikov@gridgain.com>
Date: 2016-09-07T11:36:51Z
Fixed NPE in GridCacheAbstractFullApiSelfTest in multi jvm tests.
commit 2703648f380037a833e55a52a6c33e844a9e48fc
Author: tledkov-gridgain <tledkov@gridgain.com>
Date: 2016-09-07T14:12:34Z
IGNITE-3423 IGFS: Fixed incorrect result of IgfsGlobalSpaceTask for IGFS of unlimited
size. This closes #1032.
commit 88d027d280ba437a69d8100db1e0e6a5f034188c
Author: tledkov-gridgain <tledkov@gridgain.com>
Date: 2016-09-07T14:20:25Z
IGNITE-3851 IGFS: Support direct PROXY mode invocation in method: exists. This closes
#1039.
commit 216477e5a9badc09133a7fe1f545e048a23a8218
Author: tledkov-gridgain <tledkov@gridgain.com>
Date: 2016-09-07T14:30:48Z
IGNITE-3852 IGFS: Support direct PROXY mode invocation in method: info. This closes #1040.
commit 9389328afdad8478b16f124f16cb45dde6c33aaf
Author: tledkov-gridgain <tledkov@gridgain.com>
Date: 2016-09-07T14:35:45Z
IGNITE-3853 IGFS: Support direct PROXY mode invocation in method: update. This closes
#1041.
commit e1c7937dabb3508183ccbd9afa3f76d5aaa67236
Author: tledkov-gridgain <tledkov@gridgain.com>
Date: 2016-09-07T14:39:13Z
IGNITE-3854 IGFS: Support direct PROXY mode invocation in method: rename. This closes
#1042.
commit 6af6560a4c90ac24644991ce25081c7548279aa6
Author: Alexey Kuznetsov <akuznetsov@apache.org>
Date: 2016-09-08T07:43:57Z
Web Console beta-3.
commit 492ab120b71a2bd044bb3631560f689c80d8bf95
Author: Andrey Novikov <anovikov@apache.org>
Date: 2016-09-08T08:16:17Z
Web Console beta-3. Added execution bit for docker build files.
commit 4e1a8ffe27fc7ce5293c756df28d7ca5b3f90167
Author: Andrey Novikov <anovikov@apache.org>
Date: 2016-09-08T08:30:55Z
Web Console beta-3. Updated Ignite version.
commit 769e0be12b61497d456a113307c8cff86128ba50
Author: Maxim Afanasiev <mafkus@gmail.com>
Date: 2016-09-08T09:22:45Z
Fixed containers version in docker compose file.
commit 2a117fec92d3455e53933cd3992ac73d2b2c0d3a
Author: Andrey Novikov <anovikov@apache.org>
Date: 2016-09-08T09:53:11Z
Web Console beta-3. Fixed import from database.
commit c85b7021270730e72369dd97aacc3c3dd017851d
Author: iveselovskiy <iveselovskiy@gridgain.com>
Date: 2016-09-08T12:10:11Z
IGNITE-3775: IGFS: Uncommented deadlock tests. This closes #1044.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|