This issue came when I was trying to implement an idea listed at [ http://wiki.apache.org/cassandra/MultiTenant] – Namespaces. I thought the namespace can be the tenant’s domain name provided though username (e.g. f...@bar.com) or can be returned through authentication backend on login. For both cases, calling ‘login’ prior to ‘set_keyspace’ is required.
The ‘CassandraServer.java’’s ‘set_keyspace()’ checks the availability of a given keyspace. Here, prior to pass the keyspace, it has to be modified. Any solutions? I would like to create a JIRA for the idea with a working patch. Highly appreciate the suggestions for implementing the aforementioned idea listed in the wiki. Thanks, Indika On Sun, Jan 30, 2011 at 10:21 PM, indika kumara <ind...@apache.org> wrote: > Hi All, > > I observed the behavior indicated in the subject of this email even the > ‘default User’ returned from authentication is null. Is this correct? > > Thanks, > > Indika >