You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2017/02/05 16:19:41 UTC

[jira] [Updated] (CASSANDRA-12990) More fixes to the TokenAllocator

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

Aleksey Yeschenko updated CASSANDRA-12990:
------------------------------------------
    Fix Version/s:     (was: 3.12)
                   3.11.0

> More fixes to the TokenAllocator
> --------------------------------
>
>                 Key: CASSANDRA-12990
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12990
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Dikang Gu
>            Assignee: Dikang Gu
>             Fix For: 3.11.0
>
>
> CASSANDRA-12983 fixes the NoReplicationTokenAllocator in the replication factor equals 0 case.
> We find one more problem that, in our big cluster, ~1000 nodes, the Gossip takes longer time to settle down, so the TokenAllocator may throw NPE when trying to find the dc rack information from the Gossip metadata, in the getStrategy function.
> This patch will fix it, it does two things:
> 1. wait gossip to settle down before trying to allocating tokens.
> 2. for replication factor equals 0 or 1 case, we do not need to check the topology for rack information, since each node will be treated separately. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)