Re: lack of space for replicas

2016-08-18 Thread Carlos Alonso
It will then possibly fail with a no disk space error. The replicas placement algorithm is determined via de Replication Strategy given when you created your keyspace (SimpleStrategy or NetworkTopologyStrategy).

lack of space for replicas

2016-08-18 Thread jean paul
Hi, The distributed replicas take space. Is there a scenario when a new replicas cannot be stored on a node due to lack of space? If we choose a replication factor =3, and we can find a space for the third replicas, how cassandra treats this case. Please, where can i find the algorithm ? Thank