Re: Usage of allocate_tokens_for_keyspace for a new cluster

2019-02-15 Thread Ahmed Eljami
Except that the doc concerns the latest version (4..0) and there is a Jira ( https://issues.apache.org/jira/browse/CASSANDRA-14557) not yet resolved who introduces a new parameter default_keyspace_rf So I'm not sur if it will be the right procedure on 4.0 for this parameter ( allocate_tokens_for_

Re: Usage of allocate_tokens_for_keyspace for a new cluster

2019-02-15 Thread Jean Carlo
Hello, I find this discussion very useful. I did not see information about this topic in cassandra apache web page. Shouldn't we have a instruction page to create a new fresh cluster following the right instructions to use correctly the option allocate_tokens_for_keyspace ? Jean Carlo "The best

Re: Usage of allocate_tokens_for_keyspace for a new cluster

2019-02-14 Thread DuyHai Doan
Ok thanks John On Thu, Feb 14, 2019 at 8:51 PM Jonathan Haddad wrote: > Create the first node, setting the tokens manually. > Create the keyspace. > Add the rest of the nodes with the allocate tokens uncommented. > > On Thu, Feb 14, 2019 at 11:43 AM DuyHai Doan wrote: > >> Hello users >> >> By

Re: Usage of allocate_tokens_for_keyspace for a new cluster

2019-02-14 Thread Jonathan Haddad
Create the first node, setting the tokens manually. Create the keyspace. Add the rest of the nodes with the allocate tokens uncommented. On Thu, Feb 14, 2019 at 11:43 AM DuyHai Doan wrote: > Hello users > > By looking at the mailing list archive, there was already some questions > about the flag

Usage of allocate_tokens_for_keyspace for a new cluster

2019-02-14 Thread DuyHai Doan
Hello users By looking at the mailing list archive, there was already some questions about the flag "allocate_tokens_for_keyspace" from cassandra.yaml I'm starting a fresh new cluster (with 0 data). The keyspace used by the project is raw_data so I set allocate_tokens_for_keyspace = raw_data in