This just happened, is this fixed in 2.0.7? cqlsh:tap> select * from setting; Bad Request: unconfigured columnfamily settings cqlsh:tap> select * from settings;
name | value ------------------------------+---------------------------------------------- ldap.userdn | uid={1},ou=People,dc=example,dc=com throttle.auth.attempts | 3 ... (32 rows) cqlsh:tap> select * from profile_counter limit 10; name | value ------------------------------+---------------------------------------------- throttle.auth.window | 60 ldap.userdn | uid={1},ou=People,dc=example,dc=com ...