You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/07/30 17:44:05 UTC

[jira] [Updated] (CASSANDRA-9936) node cannot join into cluster while handshaking with seed

     [ https://issues.apache.org/jira/browse/CASSANDRA-9936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Thompson updated CASSANDRA-9936:
---------------------------------------
    Fix Version/s: 2.1.x

> node cannot join into cluster while handshaking with seed
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-9936
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9936
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Mert Caliskan
>             Fix For: 2.1.x
>
>
> When a node tries to join in to a cluster by talking to the seed, I got the following error on system.log in the seed.
> {code}
> java.lang.AssertionError: -1010673279660824450 not found in 
> 	at org.apache.cassandra.locator.TokenMetadata.getPredecessor(TokenMetadata.java:683) ~[apache-cassandra-2.1.8.jar:2.1.8]
> 	at org.apache.cassandra.locator.TokenMetadata.getPrimaryRangesFor(TokenMetadata.java:627) ~[apache-cassandra-2.1.8.jar:2.1.8]
> 	at org.apache.cassandra.db.SizeEstimatesRecorder.run(SizeEstimatesRecorder.java:68) ~[apache-cassandra-2.1.8.jar:2.1.8]
> 	at org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor$UncomplainingRunnable.run(DebuggableScheduledThreadPoolExecutor.java:118) ~[apache-cassandra-2.1.8.jar:2.1.8]
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_51]
> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [na:1.8.0_51]
> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_51]
> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [na:1.8.0_51]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_51]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_51]
> 	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
> {code}
> seed's yaml:
> {code}
> listen_address: 10.0.0.94
> broadcast_address: 52.28.10.78
> rpc_address: 0.0.0.0
> broadcast_rpc_address: 52.28.10.78
> seed_provider:
>     - class_name: org.apache.cassandra.locator.SimpleSeedProvider
>       parameters:
>           - seeds: "52.28.10.78"
> {code}
> node's yaml:
> {code}
> listen_address: 10.0.0.95
> broadcast_address: 52.28.59.43
> rpc_address: 0.0.0.0
> broadcast_rpc_address: 52.28.59.43
> seed_provider:
>     - class_name: org.apache.cassandra.locator.SimpleSeedProvider
>       parameters:
>           - seeds: "52.28.10.78"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)