CQL JDBC can only specify one host, thus doesn't support failover
-----------------------------------------------------------------

                 Key: CASSANDRA-3240
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3240
             Project: Cassandra
          Issue Type: Bug
          Components: API
    Affects Versions: 0.8.6
            Reporter: M Chen


The CQL JDBC driver takes a connection string of the form

jdbc:cassandra:user/pass@thrifthost:thriftport

but 

1. only one value for thrifthost is supported, 
2. CQL JDBC does not appear to allow access to the ring members 
(e.g. so that as long as the specified host was alive long enough to get the 
ring, 
from then on some other logic can try different host:port values if needed). 




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to