Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
Normal
Description
When trying to connect to an older version of cassandra from trunk I get the following error even though I am setting the correct version with --cqlversion
ProtocolError returned from server while using explicitly set client protocol_version 4
If I go in to cqlsh.py and change
DEFAULT_PROTOCOL_VERSION = 3
it works.
Attachments
Issue Links
- duplicates
-
CASSANDRA-13307 The specification of protocol version in cqlsh means the python driver doesn't automatically downgrade protocol version.
- Resolved