Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 412A5106DC for ; Mon, 8 Jul 2013 20:03:49 +0000 (UTC) Received: (qmail 66608 invoked by uid 500); 8 Jul 2013 20:03:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66554 invoked by uid 500); 8 Jul 2013 20:03:49 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 66444 invoked by uid 99); 8 Jul 2013 20:03:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 20:03:48 +0000 Date: Mon, 8 Jul 2013 20:03:48 +0000 (UTC) From: "Lars George (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8826) Ensure HBASE-8695 is covered in Thrift 2 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/HBASE-8826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702356#comment-13702356 ] Lars George commented on HBASE-8826: ------------------------------------ Thrift 2 also overwrites the config unconditionally: {code} boolean compact = cmd.hasOption("compact"); ... conf.setBoolean("hbase.regionserver.thrift.compact", compact); boolean framed = cmd.hasOption("framed") || nonblocking || hsha; ... conf.setBoolean("hbase.regionserver.thrift.framed", framed); {code} > Ensure HBASE-8695 is covered in Thrift 2 > ---------------------------------------- > > Key: HBASE-8826 > URL: https://issues.apache.org/jira/browse/HBASE-8826 > Project: HBase > Issue Type: Sub-task > Components: Thrift > Reporter: Lars George > Labels: thrift2 > > HBASE-8695 is about using the config file, make sure Thrift 2 is doing the same. -- 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