Sylvain Lebresne created CASSANDRA-5778:
-------------------------------------------
Summary: Native protocol event don't respect the protocol version
Key: CASSANDRA-5778
URL: https://issues.apache.org/jira/browse/CASSANDRA-5778
Project: Cassandra
Issue Type: Bug
Affects Versions: 2.0 beta 1
Reporter: Sylvain Lebresne
Assignee: Sylvain Lebresne
Fix For: 2.0 beta 2
Currently, the protocol version is on a per-message basis only. When we get a
request, we respond with a message on the same protocol version. This is
however broken for server events, that are responses to no request and
currently always default to version 2 (on trunk), even if the client is on
version 1.
So instead, we need to force a version per connection, and event messages
should use that.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira