Question-161: You are using the “NetworkTopologyStrategy” for the replication for your keyspace. However, you want to change the replication for this keyspace as below
ALTER KEYSPACE HE_KEYSPACE WITH REPLICATION = {'class' : 'NetworkTopologyStrategy', 'dc_he_1' : 3, 'dc_he_2' : 2};
Which of the following nodetool command you should run after this change?
- “nodetool decommission”
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : C
Exp : Once you are done the modifying the replication strategy, you should run the following command.
You can access to full explanation to question and answer from this page.