Skip to content

Priam will check gossip info while grabbing pre-assigned token.

Compare
Choose a tag to compare
@cthumuluru cthumuluru released this 13 May 18:18
· 204 commits to 3.x since this release
db7d06b
  1. Priam will check Cassandra gossip information while grabbing pre-assigned token to decide if it should start Cassandra in bootstrap mode or in replace mode.
  2. At most 3 random nodes are used to get the gossip information.
  3. Moved token owner inferring logic based on Cassandra gossip into a util class.
  4. Refactored InstanceIdentity.init() method.