You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Srinivas P (Jira)" <ji...@apache.org> on 2021/07/12 13:46:00 UTC

[jira] [Created] (CASSANDRA-16795) cqlsh shows old version native protocol but other nodes of cluster shows correct

Srinivas P created CASSANDRA-16795:
--------------------------------------

             Summary: cqlsh shows old version native protocol but other nodes of cluster shows correct
                 Key: CASSANDRA-16795
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16795
             Project: Cassandra
          Issue Type: Bug
          Components: CQL/Interpreter
            Reporter: Srinivas P


Team,

we got a weird issue, we are getting below error 

com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: ['org.apache.cassandra.db.marshal.ShortType' <-> java.lang.Short]

com.datastax.driver.core.Connection - DEBUG: Got unsupported protocol version error from /<ipad>:9042 for version V4 server supports version V3

cassandra]$ cqlsh <ipadress> -u cassandra
Password:
\Connected to social-graph-cassandra-cluster at <ip>:9042.
[cqlsh 5.0.1 | Cassandra 3.11.5 | CQL spec 3.4.4 | Native protocol {color:#FF0000}v3{color}]
Use HELP for help.
cassandra@cqlsh> select native_protocol_version from system.local; native_protocol_version
-------------------------
 {color:#FF0000}4{color}(1 rows)
cassandra@cqlsh>

but other clusters shows correct version of Native protocols.

we are not using any cqlshrc config files as well. any help in identifying above issue would be appreciated.

Regards,

Srinivas

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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