Jonathan Ellis created CASSANDRA-4729:
-----------------------------------------
Summary: 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
Fix For: 1.2.0 beta 2
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