From dev-return-41444-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Tue Nov 6 15:08:24 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 99478180658 for ; Tue, 6 Nov 2018 15:08:23 +0100 (CET) Received: (qmail 8245 invoked by uid 500); 6 Nov 2018 14:08:22 -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 8234 invoked by uid 99); 6 Nov 2018 14:08:21 -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; Tue, 06 Nov 2018 14:08:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC129E08E5; Tue, 6 Nov 2018 14:08:21 +0000 (UTC) From: Max-Pudov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #5286: Ignite 1.7.22 Content-Type: text/plain Date: Tue, 6 Nov 2018 14:08:21 +0000 (UTC) GitHub user Max-Pudov opened a pull request: https://github.com/apache/ignite/pull/5286 Ignite 1.7.22 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.7.22 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5286.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 #5286 ---- 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-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. commit ceb60d27d38782d82ec5275a56a6f778511111b6 Author: Andrey V. Mashenkov Date: 2016-12-09T14:46:21Z Merge remote-tracking branch 'origin/ignite-1.7.4' into ignite-1.7.4 commit 6d744db27111c68e13b06ec99428a4c4148d97b6 Author: dkarachentsev Date: 2016-12-12T08:44:57Z IGNITE-4231 - Hangs on compute result serialization error. Fix commit eeb2f2a38fb792b711eb665e380d14bc00f6e078 Author: dkarachentsev Date: 2016-12-12T09:14:01Z IGNITE-3862 - GridServiceProxy invocation never times out. Fix commit 8dd4ada6287af49a243aba1e58daffa7e44f39a9 Author: sboikov Date: 2016-12-12T11:56:44Z GridClosureProcessor: fixed javadoc. commit 83d961cff88cf2ead0bbc4ded3285f4faf9157fc Author: Pavel Tupitsyn 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 c103ac33d590492577bb687b29969550cdb532cf Author: Andrey V. Mashenkov Date: 2016-12-21T13:53:18Z IGNITE-4248: Fixed: Some loggers ignore IGNITE_QUIET system property. This closes #1367. commit 708cc8c6849b21063a555895671f6f820d92184a Author: Andrey V. Mashenkov Date: 2016-12-22T09:48:58Z IGNITE-4408: Allow BinaryObjects pass to IndexingSpi. This closes #1353. commit 6e71ef26d8e3c6f86d1f0b9f4bec97b7e33d0b2e Author: Valentin Kulichenko Date: 2016-12-22T21:05:35Z IGNITE-4439 - Attribute based node filter commit babfc2f051f8471f541bd054650a47cceb3cc09e Author: sboikov Date: 2016-12-23T09:02:24Z AttributeNodeFilter: added serialVersionUID. ---- ---