Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 063E3D252 for ; Thu, 27 Sep 2012 18:06:08 +0000 (UTC) Received: (qmail 64814 invoked by uid 500); 27 Sep 2012 18:06:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 64792 invoked by uid 500); 27 Sep 2012 18:06:07 -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 64783 invoked by uid 99); 27 Sep 2012 18:06:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 18:06:07 +0000 Date: Fri, 28 Sep 2012 05:06:07 +1100 (NCT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1133879756.134804.1348769167829.JavaMail.jiratomcat@arcas> In-Reply-To: <1417456038.134803.1348769048889.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CASSANDRA-4729) remove vestiges of Thrift unframed mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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