Hi, we have a cluster with 3 DC, and for one DC ( stats ), RF=0 for a keyspace using NetworkTopologyStrategy.
cqlsh> SELECT * FROM system.schema_keyspaces WHERE keyspace_name='foobar'; keyspace_name | durable_writes | strategy_class | strategy_options ----------------+----------------+------------------------------------------------------+--------------------------------- foobar | True | org.apache.cassandra.locator.NetworkTopologyStrategy | {"s1":"3","stats":"0","b1":"3"} When doing a "nodetool repair -pr foobar" on a node in DC stats, we notice that the repair doesn't do anything : it just skips the keyspace. Is this normal behavior ? I guess that some keys belonging to DC stats's primary range token should have been repaired in the two others DC ? Am I wrong ? We are using cassandra 1.2.13, with 256 vnodes and Murmur3Partitioner -- Close the World, Open the Net http://www.linux-wizard.net