Cannot add second DC - Unrecognized strategy option {DR} passed to NetworkTopologyStrategy

12 views
Skip to first unread message

hor...@gmail.com

<horschi@gmail.com>
unread,
Mar 28, 2022, 7:44:32 AM3/28/22
to ScyllaDB users
Hi,

I am currently trying to switch a Scylla-cluster from one DC to a two-DC setup.

cqlsh:mks> DESCRIBE mks;
CREATE KEYSPACE mks WITH replication = {'class': 'NetworkTopologyStrategy', 'MAIN': '3'}  AND durable_writes = true;



cqlsh:mks> ALTER KEYSPACE mks WITH replication = { 'class' : 'NetworkTopologyStrategy', 'MAIN' : 3, 'DR' : 3};
ConfigurationException: Unrecognized strategy option {DR} passed to org.apache.cassandra.locator.NetworkTopologyStrategy for keyspace mks


My snitch is configured to:
endpoint_snitch: GossipingPropertyFileSnitch

Scylla Version is:
4.5.4-0.20220220.53b0aaa4e


Am I missing something or is that a bug Scylla? 

Thanks for a feedback,
Christian

Benny Halevy

<bhalevy@scylladb.com>
unread,
Mar 28, 2022, 8:21:45 AM3/28/22
to horschi@gmail.com, scylladb-users@googlegroups.com
Hi Christian,

Are the nodes in the 'DR' dc already added to the cluster?
--
You received this message because you are subscribed to the Google Groups "ScyllaDB users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-users/b08f37ed-871a-45a3-b907-34366648dd39n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages