You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2016/06/28 20:55:57 UTC

[jira] [Commented] (CASSANDRA-11464) C* doesn't respond to OPTIONS request containing low protocol number

    [ https://issues.apache.org/jira/browse/CASSANDRA-11464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353708#comment-15353708 ] 

Tyler Hobbs commented on CASSANDRA-11464:
-----------------------------------------

Patch to use the 8-byte pre-v3 header specifically when we're responding to an attempt to use a protocol version that's below v3:

||branch||testall||dtest||
|[CASSANDRA-11464-followup-3.0|https://github.com/thobbs/cassandra/tree/CASSANDRA-11464-followup-3.0]|[testall|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11464-followup-3.0-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11464-followup-3.0-dtest]|
|[CASSANDRA-11464-followup-3.9|https://github.com/thobbs/cassandra/tree/CASSANDRA-11464-followup-3.9]|[testall|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11464-followup-3.9-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11464-followup-3.9-dtest]|
|[CASSANDRA-11464-followup-trunk|https://github.com/thobbs/cassandra/tree/CASSANDRA-11464-followup-trunk]|[testall|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11464-followup-trunk-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/thobbs/job/thobbs-CASSANDRA-11464-followup-trunk-dtest]|

> C* doesn't respond to OPTIONS request containing low protocol number
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-11464
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11464
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Sandeep Tamhankar
>            Assignee: Tyler Hobbs
>             Fix For: 3.0.x, 3.x
>
>
> Observed in Ruby and Python drivers: if you send an OPTIONS message to C* 3.4 (though I believe this goes back to 3.0) with a protocol version of 1, C* doesn't send a response to the client. If you specify a high protocol version (e.g. 5), C* does correctly respond with a protocol error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)