Hi All, I'm currently running 1.0.7, and just noticed a small error in the comment section.
# Frame size for thrift (maximum field length). # 0 disables TFramedTransport in favor of TSocket. This option # is deprecated; we strongly recommend using Framed mode. thrift_framed_transport_size_in_mb: 15 If one sets this value to 0 the following exception is generated. ERROR 09:24:47,067 Fatal configuration error org.apache.cassandra.config.ConfigurationException: thrift_framed_transport_size_in_mb must be positive at org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:296) at org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:131) at org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:356) at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:107) thrift_framed_transport_size_in_mb must be positive Fatal configuration error; unable to start server. See log for stacktrace. Shall I raise a JIRA , or add a comment to CASSANDRA-241 ? -- Jools Enticknap