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 E6EF6200CA7 for ; Wed, 14 Jun 2017 16:34:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E479A160BDB; Wed, 14 Jun 2017 14:34:26 +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 109C1160BC0 for ; Wed, 14 Jun 2017 16:34:25 +0200 (CEST) Received: (qmail 56045 invoked by uid 500); 14 Jun 2017 14:34:25 -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 56029 invoked by uid 99); 14 Jun 2017 14:34:24 -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, 14 Jun 2017 14:34:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4351DFAB0; Wed, 14 Jun 2017 14:34:24 +0000 (UTC) From: Jokser To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2130: IGNITE-5267 Ignite 2.1.1 - Partitions map exchang... Content-Type: text/plain Date: Wed, 14 Jun 2017 14:34:24 +0000 (UTC) archived-at: Wed, 14 Jun 2017 14:34:27 -0000 GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/2130 IGNITE-5267 Ignite 2.1.1 - Partitions map exchange fix Testing fixes for partitionsMapExchange You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.1-pk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2130.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 #2130 ---- commit c540206e8350a5625c854a38791b0d094a996d55 Author: EdShangGG Date: 2017-04-06T12:43:26Z Merge remote-tracking branch 'origin/ignite-gg-8.0.3.ea4' into GG-11860-2 commit f2c9d6cd0f22974aa4e1db99cd519a954b18dd4c Author: Ilya Lantukh Date: 2017-04-10T16:00:02Z Moved updatePartitionSingleMap(...) outside of synchronized block. commit ead06b06f4b164998bfc5853dfa28cac4b618d8d Author: Aleksei Scherbakov Date: 2017-04-10T16:46:18Z IGNITE-4920 Fixed. commit 9ad0883c66120940740bc1944bd1e17814f9d540 Author: Aleksei Scherbakov Date: 2017-04-10T16:58:09Z IGNITE-4920 Fixed. commit a3ad6e04c163718306044573be7b30fe636ad193 Author: Aleksei Scherbakov Date: 2017-04-12T13:07:33Z IGNITE-4920 Uppercase system prop. commit ea02f6a025994a7f0567ac1959ff03cf1cb9d982 Author: EdShangGG Date: 2017-04-13T14:59:56Z GG-12064 Need to have an ability to cancel snapshot operations -fixing issues with client nodes commit 4b8dc799fcd0173576e7e3439d5c7e88531fd1b7 Author: EdShangGG Date: 2017-04-14T10:26:34Z GG-12064 Need to have an ability to cancel snapshot operations -fixing issues with multiple exchange future completion commit 0db2c2037117cf377915768c9bcf97b9d33ee3dd Author: Alexey Goncharuk Date: 2017-04-17T06:41:02Z Merge branch 'ignite-gg-8.0.3.ea5' of https://github.com/gridgain/apache-ignite into ignite-gg-8.0.4.ea1 commit 9f2ff8f99daec2c313e086a734ab61af4bf2b994 Author: Alexey Goncharuk Date: 2017-04-17T11:31:29Z Merge branch master into ignite-gg-8.0.4.ea1 commit 0a3830ae004e0bcbd6512604fc1008602b78a034 Author: Alexey Goncharuk Date: 2017-04-17T11:31:59Z Fixing compilation after merge commit 346373a75387ea0e1c07bb7a5824c7910faf78e6 Author: EdShangGG Date: 2017-04-17T15:32:21Z GG-12064 Need to have an ability to cancel snapshot operations -cancel for RESTORE commit 633db6f1b011450f5e926375c24d1ac2fa5e1dd7 Author: EdShangGG Date: 2017-04-18T14:30:59Z GG-12064 Need to have an ability to cancel snapshot operations -added handling start on broken restore commit 7eccf755659b52e35755e5fc3e51736c72aaa0e7 Author: Ivan Rakov Date: 2017-04-18T15:20:56Z Merge branch 'master' into ignite-gg-8.0.4.ea1 commit 51c18a27347239479117311ef9ec6f6ffaffdb92 Author: Alexey Goncharuk Date: 2017-04-18T15:29:47Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-8.0.4.ea1 commit eff4201ab5ccfa4cfe874d300a975e6a53f94ba1 Author: Ivan Rakov Date: 2017-04-18T15:49:11Z Fixing compilation after merge commit 7808492b7dee12bdd0c3922e1760ffa364183bc2 Author: Alexey Kuznetsov Date: 2017-04-18T16:52:30Z 8.0.4.ea1 Fixed snapshot utility tests. commit c812cc843e3fdfbc17a99920247320af997b3aa4 Author: Eduard Shangareev Date: 2017-04-19T10:30:15Z GG-12118 Stabilize tests in 8.0.4.ea1 after master merge -fixing NPE in exchange future commit 553288b11d9d6ed2f8cd9c612399944533d64988 Author: Ivan Rakov Date: 2017-04-19T10:36:42Z GG-12118: Page counter increment fix commit 40bbc5d12b20c3ebf3e4c9dba0675c080a811d3c Author: Alexey Goncharuk Date: 2017-04-19T15:15:36Z Merge ignite-2.0 into ignite-gg-8.0.4.ea1 commit be8b260bd90e951c84ccbbb733e89fcd6c758279 Author: Ivan Rakov Date: 2017-04-19T16:00:17Z IGNITE-4861: Export rebalance metrics and state as MBeans commit 58995f668a172f3acdb2bd6386dc5390f0dca9a2 Author: Alexey Kuznetsov Date: 2017-04-19T16:27:27Z 8.0.4.ea1 Fixed compilation. commit d8c6ffafa0923544dbb9814c2ea0cbbddde7a5d0 Author: EdShangGG Date: 2017-04-19T16:24:36Z GG-12118 Stabilize tests in 8.0.4.ea1 after master merge -fixing issued with message ids commit 097b4f67e48e31b61ffa5c1220d7ada8b51f4516 Author: Ivan Rakov Date: 2017-04-20T08:53:14Z GG-12118: Build fix commit 22826bc93dc2f186ef6e129d687a28b1c1f384b0 Author: Ivan Rakov Date: 2017-04-20T11:44:08Z IGNITE-4861: Counting expected amount of keys for rebalance metrics hangs exchange, fix TBD commit 75c760aa0f16aee7c1a77c9d1a87114f141659ab Author: Ivan Rakov Date: 2017-04-20T13:47:45Z IGNITE-4861: Metrics fix commit a527e4123aad5233995d643d1a9bc1dc330a9949 Author: Ilya Lantukh Date: 2017-04-20T14:06:00Z gg-12095 : part2node usage optimization commit 1be7d4a8cba88ffdca35d9d2936d2f92a51f02db Author: Ilya Lantukh Date: 2017-04-20T14:16:41Z gg-12095 : part2node usage optimization for client topology. commit 6e93d04d0117ff4977ad5f2ffe2a4c990c5ab0cb Author: Alexey Kuznetsov Date: 2017-04-20T16:17:48Z GG-12050 Snapshots catalog beta. commit 907b13ebcaa07c7471588de1f831e5ad827eeb71 Author: vsisko Date: 2017-04-21T02:42:15Z ignite-2.0 Fixed IGNITE_MODULES search path. (cherry picked from commit 8ad5a94) commit d43a63c5e878460c1a9d6e2569e315aada788a76 Author: Alexey Kuznetsov Date: 2017-04-21T09:34:01Z GG-12050 Fixed dependencies. ---- --- 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. ---