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 0B9431168D for ; Tue, 29 Jul 2014 18:32:40 +0000 (UTC) Received: (qmail 35411 invoked by uid 500); 29 Jul 2014 18:32:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 35369 invoked by uid 500); 29 Jul 2014 18:32:39 -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 35356 invoked by uid 99); 29 Jul 2014 18:32:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2014 18:32:39 +0000 Date: Tue, 29 Jul 2014 18:32:39 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6335) Hints broken for nodes that change broadcast address 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-6335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14078126#comment-14078126 ] Brandon Williams commented on CASSANDRA-6335: --------------------------------------------- I have seen this in the wild as well. Currently waiting for more debugging info, will follow up when I have it. > Hints broken for nodes that change broadcast address > ---------------------------------------------------- > > Key: CASSANDRA-6335 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6335 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Rick Branson > > When a node changes it's broadcast address, the transition process works properly, but hints that are destined for it can't be delivered because of the address change. It produces an exception: > java.lang.AssertionError: Missing host ID for 10.1.60.22 > at org.apache.cassandra.service.StorageProxy.writeHintForMutation(StorageProxy.java:598) > at org.apache.cassandra.service.StorageProxy$5.runMayThrow(StorageProxy.java:567) > at org.apache.cassandra.service.StorageProxy$HintRunnable.run(StorageProxy.java:1679) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) -- This message was sent by Atlassian JIRA (v6.2#6252)