Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FC6718629 for ; Fri, 9 Oct 2015 03:08:27 +0000 (UTC) Received: (qmail 41903 invoked by uid 500); 9 Oct 2015 03:08:27 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 41639 invoked by uid 500); 9 Oct 2015 03:08:27 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 41557 invoked by uid 99); 9 Oct 2015 03:08:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 03:08:26 +0000 Date: Fri, 9 Oct 2015 03:08:26 +0000 (UTC) From: "Joel Knighton (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10231) Null status entries on nodes that crash during decommission of a different node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949816#comment-14949816 ] Joel Knighton commented on CASSANDRA-10231: ------------------------------------------- I agree on having a consistent behavior between {{updateTokens}}, {{updatePreferredIP}}, and {{removeEndpoint}}. I'm working on concretely documenting the current behavior with log entries as I want to fully ensure I understand the sequence of actions causing the problem. I'll update the ticket when I have this complete. > Null status entries on nodes that crash during decommission of a different node > ------------------------------------------------------------------------------- > > Key: CASSANDRA-10231 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10231 > Project: Cassandra > Issue Type: Bug > Reporter: Joel Knighton > Assignee: Stefania > Fix For: 3.0.0 rc2 > > Attachments: n1.log, n2.log, n3.log, n4.log, n5.log > > > This issue is reproducible through a Jepsen test of materialized views that crashes and decommissions nodes throughout the test. > In a 5 node cluster, if a node crashes at a certain point (unknown) during the decommission of a different node, it may start with a null entry for the decommissioned node like so: > DN 10.0.0.5 ? 256 ? null rack1 > This entry does not get updated/cleared by gossip. This entry is removed upon a restart of the affected node. > This issue is further detailed in ticket [10068|https://issues.apache.org/jira/browse/CASSANDRA-10068]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)