You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ravi kiran Rimmanapudi (JIRA)" <ji...@apache.org> on 2019/06/07 03:26:00 UTC

[jira] [Created] (CASSANDRA-15151) Connection with Cassendra JDBC is accessing all tenant/keyspaces

Ravi kiran Rimmanapudi created CASSANDRA-15151:
--------------------------------------------------

             Summary: Connection with Cassendra JDBC is accessing all tenant/keyspaces
                 Key: CASSANDRA-15151
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15151
             Project: Cassandra
          Issue Type: Bug
          Components: Cluster/Schema
            Reporter: Ravi kiran Rimmanapudi


There are 2 keyspaces eg:

schema-1  'tenant1'

schema-1  'tenant2'

when we get connection to cassandra DB we are passing keyspace paramaeter as well but we getting all keyspaces/schemas.

This behavior is observed on all OS driver (ex: dataStax java driver ) are behaving same. i.e even though we pass keyspace param for connection  we will get all schemas.

Even commercial DataDirect(progress)  java driver is behaving same.

Is this a known issue at cassandra shared, as it allows to access tables/schemas across the tenants.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org