Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 32100 invoked from network); 10 Jul 2010 05:35:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jul 2010 05:35:19 -0000 Received: (qmail 62224 invoked by uid 500); 10 Jul 2010 05:35:19 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 62096 invoked by uid 500); 10 Jul 2010 05:35:16 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 62088 invoked by uid 99); 10 Jul 2010 05:35:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 05:35:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 05:35:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6A5Ypfs012941 for ; Sat, 10 Jul 2010 05:34:51 GMT Message-ID: <6209407.302111278740091157.JavaMail.jira@thor> Date: Sat, 10 Jul 2010 01:34:51 -0400 (EDT) From: "Nate McCall (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-475) sending random data crashes thrift service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.