Hello!
Get errors in cassandra audit log file:
SELECT durable_writes, strategy_class, strategy_options
FROM system.schema_keyspaces
WHERE keyspace_name = ?; table schema_keyspaces does not exist
But this table was renamed to system_schema.keyspaces long time ago in version 4.
Please, fix it.
Thanks!