Ok got it.
Thanks.
2014-10-07 14:56 GMT+02:00 Paulo Ricardo Motta Gomes <
paulo.mo...@chaordicsystems.com>:
> This related issue might be of interest:
> https://issues.apache.org/jira/browse/CASSANDRA-7450
>
> In 1.2 "-pr" option does make cross DC repairs, but you must ensure that
> all nodes f
This related issue might be of interest:
https://issues.apache.org/jira/browse/CASSANDRA-7450
In 1.2 "-pr" option does make cross DC repairs, but you must ensure that
all nodes from all datacenter execute repair, otherwise some ranges will be
missing. This fix enables -pr and -local together, whic
Hi guys, sorry about digging this up, but, is this bug also affecting 1.2.x
versions ? I can't see this being backported to 1.2 on the Jira. Was this
bug introduced in 2.0 ?
Anyway, how does nodetool repair -pr behave on a multi DC env, does it make
cross DC repairs or not ? Should we remove the "
See https://issues.apache.org/jira/browse/CASSANDRA-7317
On Mon, Jun 2, 2014 at 8:57 PM, Matthew Allen
wrote:
> Hi Rameez, Chovatia, (sorry I initially replied to Dwight individually)
>
> SN_KEYSPACE and MY_KEYSPACE are just typos (was try to mask out
> identifiable information), they are same
Hi Rameez, Chovatia, (sorry I initially replied to Dwight individually)
SN_KEYSPACE and MY_KEYSPACE are just typos (was try to mask out
identifiable information), they are same keyspace.
Keyspace: SN_KEYSPACE:
Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
Durable
as Chovatia mentioned, the keyspaces seems to be different.
try "Describe keyspace SN_KEYSPACE" and "describe keyspace MY_KEYSPACE"
from CQL.
This will give you an idea about how many replicas are there for these
keyspaces.
On Wed, May 28, 2014 at 11:49 AM, chovatia jaydeep <
chovatia_jayd...@ya
What is your partition type? Is it org.apache.cassandra.dht.Murmur3Partitioner?
In your repair command i do see there are two different KeySpaces "MY_KEYSPACE"
and "SN_KEYSPACE", are these two separate key spaces or typo?
-jaydeep
On Tuesday, 27 May 2014 10:26 PM, Matthew Allen
wrote: