You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Shuler (JIRA)" <ji...@apache.org> on 2014/07/29 20:22:39 UTC

[jira] [Commented] (CASSANDRA-6335) Hints broken for nodes that change broadcast address

    [ https://issues.apache.org/jira/browse/CASSANDRA-6335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14078109#comment-14078109 ] 

Michael Shuler commented on CASSANDRA-6335:
-------------------------------------------

[~thobbs] couldn't repro CASSANDRA-6256 and closed that tic. [~rbranson] do we know if this is still an issue?

> 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)