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_
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
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
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
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