separate assignment of current keyspace from login()
----------------------------------------------------

                 Key: CASSANDRA-1022
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1022
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.7
            Reporter: Eric Evans
            Priority: Minor


With the completion of CASSANDRA-714, it is now a requirement that login() be 
called, even when using the AllowAllAuthenticator (effectively disabling auth), 
since this is how the current/connected keyspace is set. These two disparate 
functions (assigning keyspace and authentication) should be disentangled.

I propose that the keyspace argument be removed from calls to {{login()}}, and 
that a new method ({{use_keyspace(string)}}?), be added.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to