; Sincerely,
>
> Myron A. Semack
>
>
>
> *From:* Jeff Jirsa [mailto:jji...@gmail.com]
> *Sent:* Monday, September 18, 2017 6:02 PM
> *To:* cassandra
>
> *Subject:* Re: Re[6]: Modify keyspace replication strategy and rebalance
> the nodes
>
>
>
> Using C
satisfied)?
Sincerely,
Myron A. Semack
From: Jeff Jirsa [mailto:jji...@gmail.com]
Sent: Monday, September 18, 2017 6:02 PM
To: cassandra
Subject: Re: Re[6]: Modify keyspace replication strategy and rebalance the nodes
Using CL:ALL basically forces you to always include the first replica in the
So I haven't completely thought through this, so don't just go ahead and do
it. Definitely test first. Also if anyone sees something terribly wrong
don't be afraid to say.
Seeing as you're only using SimpleStrategy and it doesn't care about racks,
you could change to SimpleSnitch, or GossipingProp
sandra.apache.org
> *Subject:* Re: Re[6]: Modify keyspace replication strategy and rebalance
> the nodes
>
>
>
> The hard part here is nobody's going to be able to tell you exactly what's
> involved in fixing this because nobody sees your ring
>
>
>
> And
: Re: Re[6]: Modify keyspace replication strategy and rebalance the nodes
The hard part here is nobody's going to be able to tell you exactly what's
involved in fixing this because nobody sees your ring
And since you're using vnodes and have a nontrivial number of instances,
sharing
The hard part here is nobody's going to be able to tell you exactly what's
involved in fixing this because nobody sees your ring
And since you're using vnodes and have a nontrivial number of instances,
sharing that ring (and doing anything actionable with it) is nontrivial.
If you weren't usin
@jeff what do you think is the best approach here to fix this problem?
Thank you all for helping me.
>Thursday, September 14, 2017 3:28 PM -07:00 from kurt greaves
>:
>
>Sorry that only applies our you're using NTS. You're right that simple
>strategy won't work very well in this case. To migrat