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 8EFAB200C62 for ; Tue, 11 Apr 2017 23:29:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8DC43160B7D; Tue, 11 Apr 2017 21:29:45 +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 D82F6160B9B for ; Tue, 11 Apr 2017 23:29:44 +0200 (CEST) Received: (qmail 92983 invoked by uid 500); 11 Apr 2017 21:29:44 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 92972 invoked by uid 99); 11 Apr 2017 21:29:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2017 21:29:43 +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 99BAA1A0739 for ; Tue, 11 Apr 2017 21:29:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id EBZVSbc0WfH4 for ; Tue, 11 Apr 2017 21:29:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8E3DE5FCD0 for ; Tue, 11 Apr 2017 21:29:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 25EA7E0D3C for ; Tue, 11 Apr 2017 21:29:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id ACB6824067 for ; Tue, 11 Apr 2017 21:29:41 +0000 (UTC) Date: Tue, 11 Apr 2017 21:29:41 +0000 (UTC) From: "Hitesh Khamesra (JIRA)" To: dev@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (GEODE-2193) a member is kicked out immediately after joining MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 11 Apr 2017 21:29:45 -0000 [ https://issues.apache.org/jira/browse/GEODE-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra reassigned GEODE-2193: -------------------------------------- Assignee: Hitesh Khamesra (was: Bruce Schuchardt) > a member is kicked out immediately after joining > ------------------------------------------------ > > Key: GEODE-2193 > URL: https://issues.apache.org/jira/browse/GEODE-2193 > Project: Geode > Issue Type: Bug > Components: membership > Reporter: Bruce Schuchardt > Assignee: Hitesh Khamesra > Fix For: 1.1.0 > > > We have observed a number of cases where a member is kicked out immediately after joining. The problem seems to be this: > 1) the member sends a join request to the current coordinator > 2) the current coordinator is in the process of shutting down > 3) the current coordinator sends a view preparation message admitting the new member > 4) another member receives the current coordinator's shutdown message and initiates becoming the coordinator > 5) the new coordinator sends out a membership view that does not include the new member > 6) the new member receives the prepared view and continues with startup > 7) the new member sends startup messages to other members > 8) the other members have the new coordinator's view and request removal of the new member as being rogue > 9) the new coordinator sends a Leave message to the new member, causing it to issue a ForcedDisconnect > The old coordinator should not initiate a new view if it is shutting down. It needs to have cancellation & shutdown checks in its view transmission methods. -- This message was sent by Atlassian JIRA (v6.3.15#6346)