You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2012/09/27 20:06:07 UTC

[jira] [Updated] (CASSANDRA-4729) remove vestiges of Thrift unframed mode

     [ https://issues.apache.org/jira/browse/CASSANDRA-4729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-4729:
--------------------------------------

    Attachment: 4729.txt

patch to revise yaml comments + remove unframed mode from cli etc
                
> remove vestiges of Thrift unframed mode
> ---------------------------------------
>
>                 Key: CASSANDRA-4729
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4729
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>              Labels: thrift
>             Fix For: 1.2.0 beta 2
>
>         Attachments: 4729.txt
>
>
> cassandra.yaml comments incorrectly imply that Cassandra can listen for unframed thrift connections by setting the frame size to zero.  But DatabaseDescriptor has this check since 0.8:
> {code}
> .           if (conf.thrift_framed_transport_size_in_mb <= 0)
>                 throw new ConfigurationException("thrift_framed_transport_size_in_mb must be positive");
> {code}

--
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