Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B027B186D9 for ; Tue, 7 Jul 2015 11:01:09 +0000 (UTC) Received: (qmail 1437 invoked by uid 500); 7 Jul 2015 11:01:09 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 1400 invoked by uid 500); 7 Jul 2015 11:01:09 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 1389 invoked by uid 99); 7 Jul 2015 11:01:09 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 11:01:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C6D9C1A689D for ; Tue, 7 Jul 2015 11:01:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.98 X-Spam-Level: ** X-Spam-Status: No, score=2.98 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1jN6zjpDoNWj for ; Tue, 7 Jul 2015 11:01:07 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 1EE6024960 for ; Tue, 7 Jul 2015 11:01:07 +0000 (UTC) Received: by wiclp1 with SMTP id lp1so46891100wic.0 for ; Tue, 07 Jul 2015 04:00:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=VSYd2cJpjZaT2uNCxg+R3gCdyzp2mlJQyiROszFIn8c=; b=JUEBDcDaOoJXs2MA+JireucQ1dROT32fnmV2p2WY19kWpmXloD0xTkfJZA2MhR7tkE 26rFJ2JSu6jIDSe7f2IJ83rf5Xya8QGbD+aK55arfUg/2eCDInM1DHg8q6sjKzv8yK1B RI7gN2XrSAe1eboG91Cls9xzbZeIaqhNlrDvzuksGeTBzY8Y0nJpN4zU3yvxZKQWpvtm jW/CMeeqxeQ/vmWV3f7Sa+stwmBo2ooWEQz8LST3b9Qhx0rW5/RKMlRsauShKTfPvzwz pF9aj9uMGqUlOBK0sdZEVg3Az3lrYpHDclZHq8SK6Cg74wAwQUa9o+VLBWGNvodc81ML YcVw== X-Gm-Message-State: ALoCoQni+FmdyW7lf11BG0mj9/CnfSyS6WugekGLl05jMMYnvE4jvdU7vXpYsbnyAvOnJilTY59s MIME-Version: 1.0 X-Received: by 10.194.77.144 with SMTP id s16mr7418410wjw.145.1436266820168; Tue, 07 Jul 2015 04:00:20 -0700 (PDT) Received: by 10.28.87.20 with HTTP; Tue, 7 Jul 2015 04:00:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Jul 2015 14:00:20 +0300 Message-ID: Subject: Re: ConsistentId for IgniteConfiguration From: Ira Vasilinets To: "dev@ignite.incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7bd9147a9e86d1051a46ed04 --047d7bd9147a9e86d1051a46ed04 Content-Type: text/plain; charset=UTF-8 ClusterNode.consistentId is consistent globally unique node ID and should be the same after node restart. Node consistent id is a string that contains node's addresses and port discovery number by default. After restarting node default consistentId could change. I think that IgniteConfiguration should have possibility to configurate constant node's consistentId. On Tue, Jul 7, 2015 at 1:31 PM, Dmitriy Setrakyan wrote: > Ira, > > Can you please describe what a consistent ID is? > > D. > > On Tue, Jul 7, 2015 at 3:27 AM, Ira Vasilinets > wrote: > > > Hi! > > > > I looked throught IgniteConfiguration methods and noticed that we do not > > have posibility to configure node consistentId. I think > IgniteConfiguration > > should have methods setConsistentId and getConsistentId. > > > > Thoughts? > > > > Kind Regards, > > Ira. > > > --047d7bd9147a9e86d1051a46ed04--