> Also when I run the command
> ./nodetool –h ip_address ring
> I found that both nodes ownership is 0 %. Please tell me how should I fix
> that.
It would be a lot easier to answer you question if you showed the output from
nodetool ring.
> UPDATE KEYSPACE demo WITH strategy_options = {DC1:2,DC
Dear all
I have a Cassandra cluster with 2 nodes.
I was trying to increase the replication factor of keyspace in Cassandra to 2.
I did the following steps:
UPDATE KEYSPACE demo WITH strategy_options = {DC1:2,DC2:2}; on both the nodes
Then I ran the nodetool repair on both the nodes
Then I ran my