Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 108BD200C3A for ; Fri, 31 Mar 2017 13:47:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0F1A1160B8C; Fri, 31 Mar 2017 11:47:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2EA1A160B80 for ; Fri, 31 Mar 2017 13:47:20 +0200 (CEST) Received: (qmail 51495 invoked by uid 500); 31 Mar 2017 11:47:19 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 51484 invoked by uid 99); 31 Mar 2017 11:47:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2017 11:47:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA26EDFE5C; Fri, 31 Mar 2017 11:47:18 +0000 (UTC) From: akuznetsov-gridgain To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1711: Ignite 4896 Content-Type: text/plain Date: Fri, 31 Mar 2017 11:47:18 +0000 (UTC) archived-at: Fri, 31 Mar 2017 11:47:21 -0000 GitHub user akuznetsov-gridgain opened a pull request: https://github.com/apache/ignite/pull/1711 Ignite 4896 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4896 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1711.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 #1711 ---- 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 3df412e7f25aac8227b68cffe1577593a05d1431 Author: sboikov Date: 2016-12-07T09:25:32Z ignite-2545 Optimization for GridCompoundFuture's futures iteration commit f3db74f782c68c7f73ef3ef4390e010976493634 Author: Anton Vinogradov Date: 2016-12-07T10:15:37Z IGNITE-4238: Added geospatial queries example (nolgpl examples hotfix) commit 0d4a1b7381fece47ee480f3a06bff7c51a7fead4 Author: Alexey Kuznetsov Date: 2016-12-07T11:02:49Z Improved exception handling for failed queries. commit 56efb10c40fd4481d6a9dc00928e7beee1f164c5 Author: Anton Vinogradov Date: 2016-12-07T11:25:53Z IGNITE-4353 Parent Cassandra module deployed on maven repository (hotfix: deploy to custom maven repository) 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-gridgain 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 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 Date: 2016-12-09T14:45:33Z IGNITE-4264: Fixed cluster wide cache metrics. This closes #1336. ---- --- 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. ---