Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
OS X 10.9
Cassandra 2.1.5
-
Normal
-
Clients
Description
The response to a STARTUP request with protocol v4 on a C* 2.1 host is an error with an incorrect error code (0).
Instead of the error code being "Protocol error" (0x000A) it has error code 0 and message (wrapped by netty):
"io.netty.handler.codec.DecoderException: org.apache.cassandra.transport.ProtocolException: Invalid or unsupported protocol version: 4"