You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (Jira)" <ji...@apache.org> on 2021/04/05 16:37:00 UTC

[jira] [Created] (CASSANDRA-16561) Gossip is not populated with tokens/host_ids

Brandon Williams created CASSANDRA-16561:
--------------------------------------------

             Summary: Gossip is not populated with tokens/host_ids
                 Key: CASSANDRA-16561
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16561
             Project: Cassandra
          Issue Type: Bug
          Components: Cluster/Gossip
            Reporter: Brandon Williams


Originally when we began persisting host information such a tokens/host_id, we would populate gossip with this information.  At some point we began only populating TokenMetadata, which gives us most of the same benefit, but in a full ring restart where the gossip ether is empty, it populates useless info such as :

{quote}
/10.101.32.212
  generation:0
  heartbeat:0
  TOKENS: not present
{quote}

which is the minimum required for a state to exist.  Instead we should keep gossip in sync with TMD when populating this information like we used to do.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org