[
https://issues.apache.org/jira/browse/CASSANDRA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886997#action_12886997
]
Nate McCall commented on CASSANDRA-475:
---------------------------------------
Yes, maxLength does directly control the size of the input byte[] on
TFramedTransport, so it is succeptible to the same issue.
I would like to change thrift_framed_transport to thrift_framed_transport_size
with 0 (in MB as well) as the default indicating TSocket over TFramedTransport
> sending random data crashes thrift service
> ------------------------------------------
>
> Key: CASSANDRA-475
> URL: https://issues.apache.org/jira/browse/CASSANDRA-475
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Eric Evans
> Assignee: Nate McCall
> Fix For: 0.7
>
>
> Use dd if=/dev/urandom count=1 | nc $host 9160 as a handy recipe for shutting
> a cassandra instance down.
> Thrift has spoken (see THRIFT-601), but "Don't Do That" is probably an
> insufficient answer for our users.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.