Re: why the cluster does not work well after addding two new nodes

2017-08-29 Thread 赵豫峰
Subject: Re: why the cluster does not work well after addding two new nodes Hi , What happened wrong from starting, I am just listing down:- 1) Had 2 nodes servers but created Keyspace with RF 3. [Always make sure RF <= Total No. of Nodes] 2) While Adding New Nodes, Make sure that Auto_boots

Re: why the cluster does not work well after addding two new nodes

2017-08-29 Thread @Nandan@
Hi , What happened wrong from starting, I am just listing down:- 1) Had 2 nodes servers but created Keyspace with RF 3. [Always make sure RF <= Total No. of Nodes] 2) While Adding New Nodes, Make sure that Auto_bootstraping is Enable or not. 3) Once You added 2 new nodes, better things will be you

why the cluster does not work well after addding two new nodes

2017-08-29 Thread 赵豫峰
Hi, I have a cluster with two node servers(I know it’s in a wrong way but it‘s builded by another colleague who has left), and it's keyspace set like: CREATE KEYSPACE my_keyspace WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '3'} AND durable_writes = true; one day my