From dev-return-34782-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed May 23 11:26:55 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 9B303180645 for ; Wed, 23 May 2018 11:26:54 +0200 (CEST) Received: (qmail 47495 invoked by uid 500); 23 May 2018 09:26:53 -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 47483 invoked by uid 99); 23 May 2018 09:26:53 -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; Wed, 23 May 2018 09:26:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E111BE09F5; Wed, 23 May 2018 09:26:52 +0000 (UTC) From: slukyano To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #4047: Ignite 1.8.20.b1 Content-Type: text/plain Date: Wed, 23 May 2018 09:26:52 +0000 (UTC) GitHub user slukyano opened a pull request: https://github.com/apache/ignite/pull/4047 Ignite 1.8.20.b1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.8.20.b1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4047.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 #4047 ---- commit a935d40a80e2f928a84a145aba540a45b156687f Author: Evgenii Zhuravlev Date: 2017-06-22T12:10:32Z GG-12256 Minor fixes commit 7e2468770a4eb47a4f61204d8c2000b6ab67c967 Author: nikolay_tikhonov Date: 2017-06-22T13:13:01Z IGNITE-GG-12197 Fixed "Ignore events for discarded update in CLOCK mode". Signed-off-by: nikolay_tikhonov commit 5858efd406bb54352de14a0a7e7f21c2ac7bf899 Author: sboikov Date: 2016-12-16T16:23:29Z IGNITE-2412 - Do not acquire asyncSemaphore for synchronous operations (cherry-picked from master) (cherry picked from commit 82b4073) commit 113a1380da34ea804d68757d39926da97dee09b6 Author: Alexey Goncharuk Date: 2017-06-13T05:20:22Z GG-12355: Backported IO latency test. commit 540ca449f1bd2386d3ba0722afb21dd3a504d044 Author: Alexey Goncharuk Date: 2017-06-13T17:55:38Z GG-12355: Added discovery ring latency test + made it available from MBean (cherry-picked from master). commit 0fc6271d8e39125bf5ee341e50a2665a04fc8b1e Author: Andrey V. Mashenkov Date: 2017-06-21T10:42:12Z GG-12350: GridDhtAtomicSingleUpdateRequest misses topologyVersion() method override. commit f8224d13cf9a6432ba65e0016370ba51bbb544e9 Author: Alexey Goncharuk Date: 2017-06-15T19:49:45Z GG-12299: Make sure concurrent type registrations do not trigger multiple cache updates. commit 4ffc3acfa1bc43bea8c79bfd1864787c15cfc4de Author: Alexey Goncharuk Date: 2017-06-20T04:59:09Z IGNITE-5528 - IS_EVICT_DISABLED flag is not cleared on cache store exception. commit 8cd9e829380f4c91cc9bb126169863286d1cb323 Author: Andrey V. Mashenkov Date: 2017-06-21T12:40:14Z GG-12353: Added local binary context flag. Backport of IGNITE-5223 with fixes. commit 9036ad239d68eff663bc73a81baab2826b054d9a Author: Andrey V. Mashenkov Date: 2017-06-21T15:25:31Z Added MBean for system cache executors. commit ed34a5dc681ea8f284f4d25c5575ad46569cc600 Author: Andrey V. Mashenkov Date: 2017-06-21T15:33:55Z Partial fix of IGNITE-5562. commit d427021f329292fb69d348ba949ad1f8f1e9089e Author: Andrey V. Mashenkov Date: 2017-06-21T16:30:27Z IGNITE-5552: ServiceProcessor recalculates all service assignments even if there is a pending topology change. commit f1b9cdc0716a1b23f54d68ce0fe19eb85107567d Author: Alexey Goncharuk Date: 2017-06-14T18:37:54Z GG-12354: Partial fix of IGNITE-5473: Introduce troubleshooting logger. commit beb2409cfe2045789443d47de735d879961d371e Author: Andrey V. Mashenkov Date: 2017-06-23T09:26:06Z GG-12352: Forcible node drop makes cluster instable in some cases. Disable forcible node drop by default. commit 802f18fc250cbae8959192c78bb28dc525ed3cf7 Author: AMRepo Date: 2017-06-22T21:24:57Z Fix compilation commit 39d2dec85a3c571dfdb1cd6189b53ae2413a5d22 Author: Andrey V. Mashenkov Date: 2017-06-23T10:41:30Z Merge branch 'ignite-1.7.12-b2' into ignite-1.8.8 # Conflicts: # modules/core/src/main/java/org/apache/ignite/internal/GridTopic.java # modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java # modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java # modules/core/src/main/java/org/apache/ignite/internal/managers/communication/IgniteIoTestMessage.java # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java # modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProcessor.java # modules/core/src/main/java/org/apache/ignite/internal/processors/task/GridTaskThreadContextKey.java # modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java # modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java commit 96445156143b46b664f785b353463dd435ac342d Author: Andrey V. Mashenkov Date: 2017-06-23T10:42:44Z Merge remote-tracking branch 'origin/ignite-1.8.8' into ignite-1.8.8 # Conflicts: # modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java commit 7c569f15a80ab9301c21011d2c9159e311e46cef Author: Andrey V. Mashenkov Date: 2017-06-23T10:48:10Z Merge remote-tracking branch 'origin/ignite-1.8.7.p1' into ignite-1.8.8 commit bfec212b1ece0e9e791de6dfb642324834fa77ca Author: AMRepo Date: 2017-06-22T21:24:57Z Partially reverted GG-12352. commit 1abc14fdc4e39d8245c3e50fb2cf3d183df08021 Author: AMRepo Date: 2017-06-22T21:24:57Z Partially reverted GG-12352. commit cb95f7aa729fda19b4c3b7a5ada903a1e1bc2eab Author: Andrey V. Mashenkov Date: 2017-06-23T16:08:00Z Merge remote-tracking branch 'origin/ignite-1.7.12' into ignite-1.7.12 commit 897f4c00c4945eda3f9f4a41d064ded2f6f27ccc Author: sboikov Date: 2017-06-27T09:55:11Z gg-12133 Deadlock for metadata update from GridCacheMapEntry.innerUpdate commit 90e96db22dbb7a341bfe1a8130b6dc16d5d8ae81 Author: agura Date: 2017-06-27T11:43:06Z Compilation is fixed. commit 3f33a902ed0d0a3e27be548209fe8e7933da57a9 Author: Andrey V. Mashenkov Date: 2017-06-26T09:27:58Z Minor fix for GG-12197 "Ignore events for discarded update in CLOCK mode". commit 3668b91817c1da7958cc3d7c4dddf890a2237772 Author: Andrey V. Mashenkov Date: 2017-06-27T07:34:42Z Partially reverted GG-12352. commit 172f41c489c0ca5b7613163cd325b0c01d5b28b1 Author: sboikov Date: 2017-06-27T09:55:11Z gg-12133 Deadlock for metadata update from GridCacheMapEntry.innerUpdate (cherry picked from commit 897f4c0) commit 0521b7780756788d92bfa35ef00f56b5bb01367d Author: Andrey V. Mashenkov Date: 2017-06-27T17:43:07Z GG-12370: Fixed massive NODE_FAILED events lead to excessive momentary memory consumption. commit 6abe5bf5bd732bf9f79df577e159243520dd5c0b Author: Andrey V. Mashenkov Date: 2017-06-28T06:47:45Z Fixed compilation. commit 7d5217260b293b7224340349b5e44792999600f3 Author: Andrey V. Mashenkov Date: 2017-06-28T08:47:21Z Rethrow handshake exceptions as it done for ConnectionException. commit 81cdea40743131cac9dae49150c1038073595f7e Author: Andrey V. Mashenkov Date: 2017-06-28T10:00:30Z Fixed tests. ---- ---