From commits-return-124525-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Tue May 7 15:21:25 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0D0EC1807C5 for ; Tue, 7 May 2019 17:21:24 +0200 (CEST) Received: (qmail 66238 invoked by uid 500); 7 May 2019 15:21:24 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 65965 invoked by uid 99); 7 May 2019 15:21:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2019 15:21:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7DB7B8727E; Tue, 7 May 2019 15:21:23 +0000 (UTC) Date: Tue, 07 May 2019 15:21:37 +0000 To: "commits@ignite.apache.org" Subject: [ignite] 29/41: GG-17440 DMS feature id changed for the sake of rolling upgrade support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: amashenkov@apache.org In-Reply-To: <155724246853.23844.1349822895184128385@gitbox.apache.org> References: <155724246853.23844.1349822895184128385@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: ignite X-Git-Refname: refs/heads/gg-18540 X-Git-Reftype: branch X-Git-Rev: ac5baab7d240470a82887e1d9892ac6c5c73f72a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190507152123.7DB7B8727E@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch gg-18540 in repository https://gitbox.apache.org/repos/asf/ignite.git commit ac5baab7d240470a82887e1d9892ac6c5c73f72a Author: ibessonov AuthorDate: Mon Apr 29 16:22:57 2019 +0300 GG-17440 DMS feature id changed for the sake of rolling upgrade support. --- .../src/main/java/org/apache/ignite/internal/IgniteFeatures.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/core/src/main/java/org/apache/ignite/internal/IgniteFeatures.java b/modules/core/src/main/java/org/apache/ignite/internal/IgniteFeatures.java index cf02103..22f83b1 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/IgniteFeatures.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/IgniteFeatures.java @@ -35,9 +35,6 @@ public enum IgniteFeatures { /** Cache metrics v2 support. */ CACHE_METRICS_V2(1), - /** Distributed metastorage. */ - DISTRIBUTED_METASTORAGE(2), - /** Data paket compression. */ DATA_PACKET_COMPRESSION(3), @@ -53,9 +50,11 @@ public enum IgniteFeatures { */ TRANSACTION_OWNER_THREAD_DUMP_PROVIDING(6), - /** Displaying versbose transaction information: --info option of --tx control script command. */ - TX_INFO_COMMAND(7); + TX_INFO_COMMAND(7), + + /** Distributed metastorage. */ + DISTRIBUTED_METASTORAGE(11); /** * Unique feature identifier.