This page was last edited on March 16, 2021, at 12:25.
Comments or questions about this documentation? Contact us for support!
If you encounter issues with automatically generated Keyspaces through ORS startup when the Keyspace name does not exist, perform the following:
…>DROP KEYSPACE “Orchestration”;
This will take several minutes to propagate to all Cassandra instances. During this time ORS will lose connection with the Cassandra cluster. Once the Keyspace has been dropped by Cassandra, the instances will accept client (ORS) connections. ORS will then reconnect and auto generate the schema.
…>use “Orchestration”;
(if ORS has reconnected the above command will be successful).
…>describe schema;
(this will be the ORS auto-generated schema)
cqlsh -f cassandra_ors_schema_alter.cql