Hi Ben,
Many thanks.
I had tried this command earlier too but I guess my syntax was wrong. This
time I just issued
nodetool rebuild dc1
and took the snapshot after this. I could see the *.db files created.
Earlier I was trying
nodetool rebuild -- dc1
which I guess was wrong.
Thanks for the lightn
After adding a DC you need to run nodetool rebuild. See the procedure here:
https://docs.datastax.com/en/cassandra/2.1/cassandra/operations/ops_add_dc_to_cluster_t.html
Cheers
Ben
On Fri, 10 Jun 2016 at 14:17 Mradul Maheshwari wrote:
> Hi,
> I am facing an issue when taking snapshots.
>
> The d
Hi,
I am facing an issue when taking snapshots.
The details of the setup are as follows
1. Cassandra Version 3.5
2. I have a keyspace named *other_map* with '*NetworkTopologyStrategy*'
and replication factor 1 for 'dc1'
3. Added another datacenter 'dc2' in the existing cluster
4. M