[
https://issues.apache.org/jira/browse/CASSANDRA-10278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Puneet Pant updated CASSANDRA-10278:
------------------------------------
Description:
Although the CASSANDRA 2.1.9 sever run successfully as:
INFO 14:27:31 Starting listening for CQL clients on localhost/127.0.0.1:9046...
INFO 14:27:31 Binding thrift service to localhost/127.0.0.1:9160
INFO 14:27:31 Listening for thrift clients...
But CQLSH can not connect to it. This is because the shipped version of CQLSH
with cassandra is 3.2.0 whereas the supported by remote is 3.3.0 so the default
shipped version of CQL need to be upgraded in cassandra or it should provide
backward compatibility.
Here is the CQLSH error:
Connection error: ('Unable to connect to any servers', {'127.0.0.1':
ProtocolError("cql_version '3.2.0' is not supported by remote (w/ native
protocol). Supported versions: [u'3.3.0']",)})
was:
Although the sever run successfully as:
INFO 14:27:31 Starting listening for CQL clients on localhost/127.0.0.1:9046...
INFO 14:27:31 Binding thrift service to localhost/127.0.0.1:9160
INFO 14:27:31 Listening for thrift clients...
But CQLSH can not connect to it. This is because the shipped version of CQLSH
with cassandra is 3.2.0 whereas the supported by remote is 3.3.0 so the default
shipped version of CQL need to be upgraded in cassandra or it should provide
backward compatibility.
Here is the CQLSH error:
Connection error: ('Unable to connect to any servers', {'127.0.0.1':
ProtocolError("cql_version '3.2.0' is not supported by remote (w/ native
protocol). Supported versions: [u'3.3.0']",)})
> CQLSH version is not supported by Remote in CASSANDRA 2.1.9
> -----------------------------------------------------------
>
> Key: CASSANDRA-10278
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10278
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Puneet Pant
> Priority: Critical
> Fix For: 2.1.x
>
>
> Although the CASSANDRA 2.1.9 sever run successfully as:
> INFO 14:27:31 Starting listening for CQL clients on
> localhost/127.0.0.1:9046...
> INFO 14:27:31 Binding thrift service to localhost/127.0.0.1:9160
> INFO 14:27:31 Listening for thrift clients...
> But CQLSH can not connect to it. This is because the shipped version of
> CQLSH with cassandra is 3.2.0 whereas the supported by remote is 3.3.0 so the
> default shipped version of CQL need to be upgraded in cassandra or it should
> provide backward compatibility.
> Here is the CQLSH error:
> Connection error: ('Unable to connect to any servers', {'127.0.0.1':
> ProtocolError("cql_version '3.2.0' is not supported by remote (w/ native
> protocol). Supported versions: [u'3.3.0']",)})
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)