GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/3561
Ignite 1.7 master
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-1.7-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3561.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 #3561
commit 9c6824b4f33fbdead64299d9e0c34365d5d4a570
Author: nikolay_tikhonov
Date: 2016-11-24T13:27:05Z
IGNITE-3958 Fixed "Client node should not start rest processor".
commit 56998e704e9a67760c70481c10c56e72c0a866bb
Author: Konstantin Dudkov
Date: 2016-10-28T13:27:34Z
ignite-4088 Added methods to create/destroy multiple caches. This closes
#1174.
(cherry picked from commit f445e7b)
commit 3e2ccfd30427ba0552eea8667c0129ae5ace9c0b
Author: Igor Sapego
Date: 2016-11-25T11:26:54Z
IGNITE-4299: Fixes for examples.
commit 6fbaef45af8f40062a95058df7ec0984c99035b9
Author: Konstantin Dudkov
Date: 2016-11-25T10:58:58Z
IGNITE-4305 marshalling fix in GridNearAtomicSingleUpdateInvokeRequest
commit 1a2de51f5807a91ce0d5dff28f24ed5bf7abebbc
Author: Konstantin Dudkov
Date: 2016-11-28T09:59:02Z
IGNITE-4305 marshalling fix
commit c06e4017771603df7118974758d3d6b9cadc41b5
Author: Eduard Shangareev
Date: 2016-11-30T11:34:47Z
ignite-4332 Usage of cache.getEntry inside GridCacheQueryManager.runQuery
causes to remote operations
commit 066691098797be8c01daa0e8dc2ba94d4ad73561
Author: sboikov
Date: 2016-12-01T14:16:28Z
ignite-4344 Do not create offheap map on client nodes.
commit e9ace7730773a6d4a1d30b271854f1fe8a7ba632
Author: Alexey Kuznetsov
Date: 2016-12-02T09:06:41Z
Improved exception handling.
commit 12bdd6a031a33eda004a66e73cee9628f073ed68
Author: Alexey Kuznetsov
Date: 2016-12-02T09:09:29Z
Updated classnames.properties for running nodes in IDE.
commit 33dda46061aae73e5c138851cfdd5f49a1c254cb
Author: sboikov
Date: 2016-12-02T09:13:38Z
ignite-4285 For serializable txs allow multiple threads to get read lock
for the same key
commit cc13d9d155f70e22e08ef203ac64e5cc0aa0a50f
Author: dkarachentsev
Date: 2016-11-28T08:30:14Z
IGNITE-4026: Fixed BinaryObjectBuilder.build() can fail if one of the
fields is Externalizable, enum from binary object. This closes #1281. This
closes #1289.
(cherry picked from commit 0b7c62d)
commit b4aedfd5350b4a318f1608596a171789513835a4
Author: Igor Sapego
Date: 2016-12-02T17:10:09Z
IGNITE-4347: Fixed NPE.
commit acf20b32d8fb68e42b904b091fb2b943f4558cef
Author: sboikov
Date: 2016-12-05T11:01:28Z
ignite-4296 Optimize GridDhtPartitionsSingleMessage processing
- optimized processing of GridDhtPartitionsSingleMessage
- minor optimizations for RendezvousAffinityFunction
- fixed heartbeats sending in tcp discovery
commit 6ba1711a1fa10d8276974227491136070c3ed43a
Author: Anton Vinogradov
Date: 2016-12-06T09:55:41Z
IGNITE-4242 ExchangeManager should wait for cache rebalancing in async way
commit 0d4a1b7381fece47ee480f3a06bff7c51a7fead4
Author: Alexey Kuznetsov
Date: 2016-12-07T11:02:49Z
Improved exception handling for failed queries.
commit ac8602dbdf2bbf5b16a611eaf6d520a0a7b0010b
Author: Sergi Vladykin
Date: 2016-08-15T13:46:54Z
ignite-3685 - fixed
commit bbaa79af8ef526b5d2684db0e3d71d60a8f1ebe7
Author: agura
Date: 2016-12-07T16:36:11Z
IGNITE-3770 GridLogThrottle.warn ignores the exception
commit 18598574bb2992aa193eed1d72ca333a1e21ad72
Author: Andrey V. Mashenkov
Date: 2016-12-08T09:36:07Z
GG-11746: Backport of IGNITE-4379: Fixed broken local SqlFieldsQuery.
commit 671a77a2d81cac401765dddf25f30fba4e4ab17f
Author: sboikov
Date: 2016-12-08T09:56:46Z
ignite-4154 Fixed node version check for compression feature usage
commit 391f4be4c687a7f325aeec8b727c9c85ca003454
Author: agura
Date: 2016-12-07T17:11:50Z
ignite-2358 toString() method for cache store implementations
commit bc977d3211906ef94e1f7d3f0f988efbed65034f
Author: Alexey Kuznetsov
Date: 2016-12-09T09:11:31Z
IGNITE-4350 Reworked JdbcTypesDefaultTransformed logic. Improved improved
error messages in CacheJdbcPojoStore.
commit b83ec8e57c7c48f2baa4780cf3b2e46df075f3df
Author: sboikov
Date: 2016-12-09T11:32:42Z
IGNITE-500 CacheLoadingConcurrentGridStartSelfTest fails: prevent
'localUpdate' execution while top read lock is held.
commit 6e485637e2738a7e809eac1a802f0964dc12383d
Author: Andrey V. Mashenkov
Date: 2016-12-09T12:42:40Z
IGNITE-4379: Fixed local query execution. This closes #1323.
commit 6fd8bf6338470275e687a686044c7d935d3714ff
Author: Andrey V. Mashenkov
Date: 2016-12-07T15:49:06Z
Fixed tests for IGNITE-4379 commit.
commit c143bc1a77baa13f61d6ba00509fa1fcb33757b1
Author: tledkov