Re: 回复: 回复: tolerate how many nodes down in the cluster

2017-07-27 Thread Anuj Wadehra
Hi Peng,  Racks can be logical (as defined with RAC attribute in Cassandra configuration files) or physical (racks in server rooms).   In my view, for leveraging racks in your case, its important to understand the implication of following decisions: 1. Number of distinct logical RACs defined in

Re: 回复: 回复: tolerate how many nodes down in the cluster

2017-07-27 Thread kurt greaves
Note that if you use more racks than RF you lose some of the operational benefit. e.g: you'll still only be able to take out one rack at a time (especially if using vnodes), despite the fact that you have more racks than RF. As Jeff said this may be desirable, but really it comes down to what your

Re: 回复: 回复: tolerate how many nodes down in the cluster

2017-07-27 Thread Jeff Jirsa
On 2017-07-26 19:38 (-0700), "Peng Xiao" <2535...@qq.com> wrote: > Kurt/All, > > > why the # of racks should be equal to RF? > > For example,we have 2 DCs each 6 machines with RF=3,each machine virtualized > to 8 vms , > can we set 6 racs with RF3? I mean one machine one RAC to avoid

?????? ?????? tolerate how many nodes down in the cluster

2017-07-26 Thread Peng Xiao
;; : "Peng Xiao"<2535...@qq.com>; : Re: ?? tolerate how many nodes down in the cluster Hi Brooke, Very nice presentation: https://www.youtube.com/watch?v=QrP7G1eeQTI !! Good to know that you are able to leverage Racks for gaining operational efficiencies. I t

Re: 回复: tolerate how many nodes down in the cluster

2017-07-26 Thread Anuj Wadehra
mes when clusters need immediate expansion, racks should be the last things to worry about. -- 原始邮件 -- 发件人: "Bhuvan Rawal";<bhu1ra...@gmail.com>;发送时间: 2017年7月24日(星期一) 晚上7:17收件人:  "user"<user@cassandra. apache.org>; 主题: Re: to

回复: 回复: tolerate how many nodes down in the cluster

2017-07-26 Thread Peng Xiao
自己的邮箱";<2535...@qq.com>; 发送时间: 2017年7月26日(星期三) 晚上7:31 收件人: "user"<user@cassandra.apache.org>; 抄送: "anujw_2...@yahoo.co.in"<anujw_2...@yahoo.co.in>; 主题: 回复: 回复: tolerate how many nodes down in the cluster One more question.why the # of racks should be eq

回复: 回复: tolerate how many nodes down in the cluster

2017-07-26 Thread Peng Xiao
星期三) 上午10:32 收件人: "user"<user@cassandra.apache.org>; 抄送: "anujw_2...@yahoo.co.in"<anujw_2...@yahoo.co.in>; 主题: 回复: 回复: tolerate how many nodes down in the cluster Thanks for the remind,we will setup a new DC as suggested. -- 原始邮件

回复: 回复: tolerate how many nodes down in the cluster

2017-07-25 Thread Peng Xiao
nujw_2...@yahoo.co.in>; 主题: Re: 回复: tolerate how many nodes down in the cluster Keep in mind that you shouldn't just enable multiple racks on an existing cluster (this will lead to massive inconsistencies). The best method is to migrate to a new DC as Brooke mentioned.​

Re: 回复: tolerate how many nodes down in the cluster

2017-07-25 Thread kurt greaves
Keep in mind that you shouldn't just enable multiple racks on an existing cluster (this will lead to massive inconsistencies). The best method is to migrate to a new DC as Brooke mentioned.​

?????? ?????? tolerate how many nodes down in the cluster

2017-07-25 Thread Peng Xiao
"anujw_2...@yahoo.co.in"<anujw_2...@yahoo.co.in>; : "Peng Xiao"<2535...@qq.com>; : Re: ?? tolerate how many nodes down in the cluster I've never really understood why Datastax recommends against racks. In those docs they make it out to be much m

Re: 回复: tolerate how many nodes down in the cluster

2017-07-24 Thread kurt greaves
I've never really understood why Datastax recommends against racks. In those docs they make it out to be much more difficult than it actually is to configure and manage racks. The important thing to keep in mind when using racks is that your # of racks should be equal to your RF. If you have

Re: 回复: tolerate how many nodes down in the cluster

2017-07-24 Thread Brooke Thorley
veral node > moves and has has to ensure to ensure that racks will be distributing data > correctly and evenly. At times when clusters need immediate expansion, > racks should be the last things to worry about. > > > > > > -- 原始邮件 -- > *发件人:* "Bhuvan Rawal&quo

Re: 回复: tolerate how many nodes down in the cluster

2017-07-24 Thread Anuj Wadehra
---发件人: "Bhuvan Rawal";<bhu1ra...@gmail.com>;发送时间: 2017年7月24日(星期一) 晚上7:17收件人:  "user"<user@cassandra.apache.org>; 主题: Re: tolerate how many nodes down in the cluster Hi Peng , This really depends on how you have configured your topology. Say if you have segregated you

回复: tolerate how many nodes down in the cluster

2017-07-24 Thread Peng Xiao
huvan Rawal";<bhu1ra...@gmail.com>; 发送时间: 2017年7月24日(星期一) 晚上7:17 收件人: "user"<user@cassandra.apache.org>; 主题: Re: tolerate how many nodes down in the cluster Hi Peng , This really depends on how you have configured your topology. Say if you have segregated your dc i

Re: tolerate how many nodes down in the cluster

2017-07-24 Thread Bhuvan Rawal
Hi Peng , This really depends on how you have configured your topology. Say if you have segregated your dc into 3 racks with 10 servers each. With RF of 3 you can safely assume your data to be available if one rack goes down. But if different servers amongst the racks fail then i guess you are

tolerate how many nodes down in the cluster

2017-07-24 Thread Peng Xiao
Hi, Suppose we have a 30 nodes cluster in one DC with RF=3, how many nodes can be down?can we tolerate 10 nodes down? it seems that we are not able to avoid the data distribution 3 replicas in the 10 nodes?, then we can only tolerate 1 node down even we have 30 nodes? Could anyone please