You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by agura <gi...@git.apache.org> on 2017/05/18 16:56:19 UTC

[GitHub] ignite pull request #1971: Ignite 5203

GitHub user agura opened a pull request:

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

    Ignite 5203

    

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

    $ git pull https://github.com/agura/incubator-ignite ignite-5203

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

    https://github.com/apache/ignite/pull/1971.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 #1971
    
----
commit c143bc1a77baa13f61d6ba00509fa1fcb33757b1
Author: tledkov-gridgain <tl...@gridgain.com>
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 <vo...@gridgain.com>
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 <an...@gmail.com>
Date:   2016-12-09T14:45:33Z

    IGNITE-4264: Fixed cluster wide cache metrics. This closes #1336.

commit ceb60d27d38782d82ec5275a56a6f778511111b6
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-12-09T14:46:21Z

    Merge remote-tracking branch 'origin/ignite-1.7.4' into ignite-1.7.4

commit 6d744db27111c68e13b06ec99428a4c4148d97b6
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-12-12T08:44:57Z

    IGNITE-4231 - Hangs on compute result serialization error. Fix

commit eeb2f2a38fb792b711eb665e380d14bc00f6e078
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-12-12T09:14:01Z

    IGNITE-3862 - GridServiceProxy invocation never times out. Fix

commit 8dd4ada6287af49a243aba1e58daffa7e44f39a9
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-12T11:56:44Z

    GridClosureProcessor: fixed javadoc.

commit 83d961cff88cf2ead0bbc4ded3285f4faf9157fc
Author: Pavel Tupitsyn <pt...@apache.org>
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 <pt...@apache.org>
Date:   2016-12-12T14:52:22Z

    IGNITE-4413 .NET: Fix DateTime argument handling in SqlQuery
    
    This closes #1341

commit bf1770bcebfb17d36ac90e157373901b5a181c05
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-12-14T09:26:27Z

    IGNITE-4421: Added BinaryObject handling in ODBC. Added test.

commit ae903c59c10bb9fad58842221f3e720d1b4d54b8
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T11:57:25Z

    IGNITE-4276: Hadoop: added configurable throttle for shuffle message sending. Disabled by default.

commit 2488f340c85301c0ec39cac80a8426f5f4c3caf0
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T12:28:54Z

    IGNITE-4274: Hadoop: added new property to control shuffle message size.

commit 3c384212603dd31b933205d1c127dc9d0f1785e1
Author: devozerov <vo...@gridgain.com>
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 <vo...@gridgain.com>
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 <vo...@gridgain.com>
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 <vo...@gridgain.com>
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 <vo...@gridgain.com>
Date:   2016-12-06T10:12:23Z

    IGNITE-4271: Hadoop: set proper message type IDs to avoid clashing with SQL messages.

commit 58c338051aed89a787c2a575856e949cc44e8b8c
Author: devozerov <vo...@gridgain.com>
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 <vo...@gridgain.com>
Date:   2016-12-09T09:01:40Z

    IGNITE-4270: Hadoop: implemented striped mapper output. This closes #1334.

commit ffe53eb5a59908db3684ce11474cb875c4bf392d
Author: devozerov <vo...@gridgain.com>
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 <iv...@gridgain.com>
Date:   2016-12-12T13:52:47Z

    IGNITE-4341: Hadoop: added Terasort to unit tests. This closes #1302. This closes #1321.

commit 30b869ddd32db637ee9ea8f13a115dd4bacc52fe
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-14T11:35:29Z

    IGNITE-4426: Hadoop: tasks can share the same classloader. This closes #1344.

commit c1ddf21fd627c76a8b7e0d81ad43480b1f1e204d
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-15T08:58:28Z

    IGNITE-4277: Hadoop: implemented "partially raw" comparator. This closes #1345.

commit f8ac0f14986169ee25159734d0a97b08976c5751
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-15T09:13:10Z

    IGNITE-4277: Hadoop: better property naming for "partially raw" comparator.

commit 57eb47f9c057d15739987500a8b3894d1d739d29
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-15T09:29:51Z

    IGNITE-4277: Hadoop: better property naming for "partially raw" comparator (2).

commit 05dd08b993e2d7f88176c051463b178431714f85
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-09T09:28:47Z

    IGNITE-3220 I/O bottleneck on server/client cluster configuration
    Communications optimizations:
    - possibility to open separate in/out connections
    - possibility to have multiple connections between nodes
    - implemented NIO sessions balancing between NIO threads
    - reduced amount of work and blocking calls in NIO threads
    Other:
    - implemented StripedExecutor for cache messages handling
    - added 'io test' messages for IO performance testing
    
    (cherry picked from commit 10ade28)

commit 28dab6ea7573affe95512a403821cee5d82fcaf5
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-15T09:15:22Z

    ignite-4411 Changed test to avoid deadlocks when striped pool is used.
    
    (cherry picked from commit 9a62d53)

commit ad785cbd192ca3f34d62bc2155f61a74f4962102
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-16T16:23:29Z

    ignite-2412 Do not call 'asyncOp' for synchronous operations
    
    (cherry picked from commit c530d47)

commit c1fde05d05251353f0e75125aca44ab145798c8e
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-16T16:15:48Z

    ignite-4371 Avoid synchronous 'rollback' call from system threads
    
    (cherry picked from commit 0c782b0)

commit 147277d89fcdbd134425b74fc0b63596572a4af1
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-19T11:49:25Z

    ignite-4371 Neat TX finish request processing may fall into sync wait of dht finish response
    - enabled striped pool usage for GridDistributedTxFinishResponse
    - convert exceptions from CacheStoreSessionListener.onSessionStart into IgniteCheckedException
    - should not use IgniteTxLocalAdapter.commitErr for rollback exceptions (otherwise cyclic reference in exception->cause is possible, this leads to infinite loop in 'X.hasCause')
    
    (cherry picked from commit cf7b6a0)

----


---
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.
---

[GitHub] ignite pull request #1971: Ignite 5203

Posted by agura <gi...@git.apache.org>.
Github user agura closed the pull request at:

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


---
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.
---