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 EEC55200C5C for ; Thu, 20 Apr 2017 19:49:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ED8AF160B9F; Thu, 20 Apr 2017 17:49:44 +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 34747160B90 for ; Thu, 20 Apr 2017 19:49:44 +0200 (CEST) Received: (qmail 50803 invoked by uid 500); 20 Apr 2017 17:49:43 -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 50792 invoked by uid 99); 20 Apr 2017 17:49:43 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2017 17:49:43 +0000 Received: from [192.168.75.184] (c-73-222-138-29.hsd1.ca.comcast.net [73.222.138.29]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 2D76D1A00A6 for ; Thu, 20 Apr 2017 17:49:43 +0000 (UTC) From: Denis Magda Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: tcp discovery message exchange Date: Thu, 20 Apr 2017 10:49:42 -0700 References: To: dev@ignite.apache.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3273) archived-at: Thu, 20 Apr 2017 17:49:45 -0000 As far as I recall, the first message is needed to announce that there = is a new node that wishes to join the cluster. The node will receive an = order number and will take its place in the cluster ring after the = message is processed. The second message is need to finalize the join process: change a = topology version, send and process NODE_JOIN events, etc. =E2=80=94 Denis > On Apr 20, 2017, at 10:07 AM, ALEKSEY KUZNETSOV = wrote: >=20 > Hi, Igniters! I have a question. What is the purpoise of coordinator > sending TcpDiscoveryNodeAddedMessage to every node? > We could have just sent TcpDiscoveryNodeAddFinishedMessage instead. > --=20 >=20 > *Best Regards,* >=20 > *Kuznetsov Aleksey*