Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 66278 invoked from network); 5 Mar 2010 00:50:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 00:50:03 -0000 Received: (qmail 77535 invoked by uid 500); 5 Mar 2010 00:49:51 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 77516 invoked by uid 500); 5 Mar 2010 00:49:51 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 77508 invoked by uid 99); 5 Mar 2010 00:49:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 00:49:51 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 00:49:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C644234C4C8 for ; Fri, 5 Mar 2010 00:49:28 +0000 (UTC) Message-ID: <474168655.85761267750168377.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Mar 2010 00:49:28 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-2288) Shell fails on alter In-Reply-To: <302425060.85691267749687224.JavaMail.jira@brutus.apache.org> 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/HBASE-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-2288. --------------------------------------- Resolution: Fixed > Shell fails on alter > -------------------- > > Key: HBASE-2288 > URL: https://issues.apache.org/jira/browse/HBASE-2288 > Project: Hadoop HBase > Issue Type: Bug > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.4 > > > HBASE-2035 added this line to branch which doesn't make sense since it's related to a Trunk feature: > {code} > if args[DEFERRED_LOG_FLUSH] > htd.setDeferredLogFlush(JBoolean.valueOf(args[DEFERRED_LOG_FLUSH])) > end > {code} > We just need to remove it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.