GitHub user ntikhonov opened a pull request:
https://github.com/apache/ignite/pull/2138
Ignite 1219
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-12197
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2138.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 #2138
----
commit 18598574bb2992aa193eed1d72ca333a1e21ad72
Author: Andrey V. Mashenkov <[email protected]>
Date: 2016-12-08T09:36:07Z
GG-11746: Backport of IGNITE-4379: Fixed broken local SqlFieldsQuery.
commit 671a77a2d81cac401765dddf25f30fba4e4ab17f
Author: sboikov <[email protected]>
Date: 2016-12-08T09:56:46Z
ignite-4154 Fixed node version check for compression feature usage
commit 391f4be4c687a7f325aeec8b727c9c85ca003454
Author: agura <[email protected]>
Date: 2016-12-07T17:11:50Z
ignite-2358 toString() method for cache store implementations
commit bc977d3211906ef94e1f7d3f0f988efbed65034f
Author: Alexey Kuznetsov <[email protected]>
Date: 2016-12-09T09:11:31Z
IGNITE-4350 Reworked JdbcTypesDefaultTransformed logic. Improved improved
error messages in CacheJdbcPojoStore.
commit b83ec8e57c7c48f2baa4780cf3b2e46df075f3df
Author: sboikov <[email protected]>
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 <[email protected]>
Date: 2016-12-09T12:42:40Z
IGNITE-4379: Fixed local query execution. This closes #1323.
commit 6fd8bf6338470275e687a686044c7d935d3714ff
Author: Andrey V. Mashenkov <[email protected]>
Date: 2016-12-07T15:49:06Z
Fixed tests for IGNITE-4379 commit.
commit c143bc1a77baa13f61d6ba00509fa1fcb33757b1
Author: tledkov-gridgain <[email protected]>
Date: 2016-12-09T13:05:03Z
IGNITE-4063: Preserved order of fields in the metadata according with
schema. This closes #1270.
commit 6616a878598b8ed74b71558290a22b266a8ac03e
Author: devozerov <[email protected]>
Date: 2016-12-09T13:05:24Z
Merge remote-tracking branch 'upstream/ignite-1.7.4' into ignite-1.7.4
commit f087b661c466c9fd27d049efa8e55a2d7bdf9834
Author: Andrey V. Mashenkov <[email protected]>
Date: 2016-12-09T14:45:33Z
IGNITE-4264: Fixed cluster wide cache metrics. This closes #1336.
commit ceb60d27d38782d82ec5275a56a6f778511111b6
Author: Andrey V. Mashenkov <[email protected]>
Date: 2016-12-09T14:46:21Z
Merge remote-tracking branch 'origin/ignite-1.7.4' into ignite-1.7.4
commit 6d744db27111c68e13b06ec99428a4c4148d97b6
Author: dkarachentsev <[email protected]>
Date: 2016-12-12T08:44:57Z
IGNITE-4231 - Hangs on compute result serialization error. Fix
commit eeb2f2a38fb792b711eb665e380d14bc00f6e078
Author: dkarachentsev <[email protected]>
Date: 2016-12-12T09:14:01Z
IGNITE-3862 - GridServiceProxy invocation never times out. Fix
commit 8dd4ada6287af49a243aba1e58daffa7e44f39a9
Author: sboikov <[email protected]>
Date: 2016-12-12T11:56:44Z
GridClosureProcessor: fixed javadoc.
commit 83d961cff88cf2ead0bbc4ded3285f4faf9157fc
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-12-12T14:52:22Z
IGNITE-4413 .NET: Fix DateTime argument handling in SqlQuery
This closes #1341
# Conflicts:
#
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesCodeConfigurationTest.cs
commit 83710a9d1bb7379e5f3d891ed95c86096263740b
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-12-12T14:52:22Z
IGNITE-4413 .NET: Fix DateTime argument handling in SqlQuery
This closes #1341
commit bf1770bcebfb17d36ac90e157373901b5a181c05
Author: Igor Sapego <[email protected]>
Date: 2016-12-14T09:26:27Z
IGNITE-4421: Added BinaryObject handling in ODBC. Added test.
commit ae903c59c10bb9fad58842221f3e720d1b4d54b8
Author: devozerov <[email protected]>
Date: 2016-12-05T11:57:25Z
IGNITE-4276: Hadoop: added configurable throttle for shuffle message
sending. Disabled by default.
commit 2488f340c85301c0ec39cac80a8426f5f4c3caf0
Author: devozerov <[email protected]>
Date: 2016-12-05T12:28:54Z
IGNITE-4274: Hadoop: added new property to control shuffle message size.
commit 3c384212603dd31b933205d1c127dc9d0f1785e1
Author: devozerov <[email protected]>
Date: 2016-12-05T12:42:24Z
IGNITE-4295: Added specialized methods for memory copying, depending on
their nature (heap/offheap). Heap->heap copying is now performed using
System.arraycopy when possible. Also it is possible to fallback to byte-by-byte
copying until certain threshold is reached (see
IgniteSystemProperties.IGNITE_MEMORY_PER_BYTE_COPY_THRESHOLD); it could be
useful on some JDK implementations with inefficient Unsafe copy routines. E.g.
on OpenJDK 8 for PowerPC. This closes #1282.
commit b7b97cfd3419da4421423e189369a4931efd3996
Author: devozerov <[email protected]>
Date: 2016-12-05T12:49:01Z
IGNITE-4271: Hadoop: shuffle messages now use "direct-marshallable" path
this avoiding unnecessary copying as opposed to user messages which were used
previously. This closes #1266. This closes #1313.
commit 04cff9b53df1da21c7552b2e47df50cacbae9158
Author: devozerov <[email protected]>
Date: 2016-12-05T13:28:05Z
IGNITE-4355: Hadoop: Implemented parallel task context initialization
during shuffle. This closes #1310. This closes #1313.
commit be12a7ea242dedba932c15dce005540c34711e77
Author: devozerov <[email protected]>
Date: 2016-12-05T14:09:28Z
IGNITE-4281: Hadoop: decoupled remote and local maps to simplify further
optimizations. This closes #1264. This closes #1315.
commit e857f297bb22bde984b5e99c1fc62a389fa54f9b
Author: devozerov <[email protected]>
Date: 2016-12-06T10:12:23Z
IGNITE-4271: Hadoop: set proper message type IDs to avoid clashing with SQL
messages.
commit 58c338051aed89a787c2a575856e949cc44e8b8c
Author: devozerov <[email protected]>
Date: 2016-12-06T10:23:05Z
IGNITE-4301: Hadoop: Optimized shuffle so that only one ack is needed when
running in embedded mode. This closes #1319.
commit a976c42590f786ff977999736be5436e7dac9d87
Author: devozerov <[email protected]>
Date: 2016-12-09T09:01:40Z
IGNITE-4270: Hadoop: implemented striped mapper output. This closes #1334.
commit ffe53eb5a59908db3684ce11474cb875c4bf392d
Author: devozerov <[email protected]>
Date: 2016-12-12T08:29:23Z
IGNITE-4386: Hadoop: implemented client cleanup on protocol close. This
closes #1327. This closes #1339.
commit b44baf1e8c42c57fa4e241d5943593fa4ae42f12
Author: iveselovskiy <[email protected]>
Date: 2016-12-12T13:52:47Z
IGNITE-4341: Hadoop: added Terasort to unit tests. This closes #1302. This
closes #1321.
commit 30b869ddd32db637ee9ea8f13a115dd4bacc52fe
Author: devozerov <[email protected]>
Date: 2016-12-14T11:35:29Z
IGNITE-4426: Hadoop: tasks can share the same classloader. This closes
#1344.
commit c1ddf21fd627c76a8b7e0d81ad43480b1f1e204d
Author: devozerov <[email protected]>
Date: 2016-12-15T08:58:28Z
IGNITE-4277: Hadoop: implemented "partially raw" comparator. This closes
#1345.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---