Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Priam bootstrap sequence #675

Open
haroonniazi opened this issue Apr 27, 2018 · 1 comment
Open

Priam bootstrap sequence #675

haroonniazi opened this issue Apr 27, 2018 · 1 comment

Comments

@haroonniazi
Copy link

haroonniazi commented Apr 27, 2018

I am trying to build a 6 node Cassandra cluster with Priam. I want to know if there is a proper bootstrap sequence to start the nodes with Priam. Also if can Priam be hooked to the existing Cassandra cluster that is running using 256 tokens and Murmer3 partitioning? Any help would be appreciated.

@arunagrawal84
Copy link
Contributor

@haroonniazi
following properties should be set prior to starting any new cassandra cluster:
priam.create.new.token.enable = true
priam.auto.bootstrap=false

Once your cluster is created successfully or if you are adding Priam to existing Cassandra, you should make them:
priam.create.new.token.enable = false
priam.auto.bootstrap=true

For vnodes, we have a PR but is not merged yet. Currently, Priam only supports one token per instance. Regarding Murmur3 yes we do support it natively and is configurable via :
priam.partitioner = org.apache.cassandra.dht.Murmur3Partitioner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants