[
https://issues.apache.org/jira/browse/CASSANDRA-6335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091142#comment-14091142
]
Rick Branson commented on CASSANDRA-6335:
-----------------------------------------
Easiest way to repro might be to terminate a bootstrap before it finishes:
{code}
INFO [GossipTasks:1] 2014-08-05 16:56:41,331 Gossiper.java (line 658) FatClient
/10.210.165.35 has been silent for 30000ms, removing from gossip
ERROR [MutationStage:1] 2014-08-05 16:56:41,341 CassandraDaemon.java (line 199)
Exception in thread Thread[MutationStage:1,5,main]
"java.lang.AssertionError: Missing host ID for "10.210.165.35
at
org.apache.cassandra.service.StorageProxy.writeHintForMutation(StorageProxy.java:898)
at
org.apache.cassandra.service.StorageProxy$6.runMayThrow(StorageProxy.java:869)
at
org.apache.cassandra.service.StorageProxy$HintRunnable.run(StorageProxy.java:1987)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
{code}
> 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)