Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 50389 invoked from network); 22 Mar 2011 21:48:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 21:48:43 -0000 Received: (qmail 19359 invoked by uid 500); 22 Mar 2011 21:48:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 19322 invoked by uid 500); 22 Mar 2011 21:48:43 -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 19308 invoked by uid 99); 22 Mar 2011 21:48:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 21:48:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 21:48:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BACE84243D for ; Tue, 22 Mar 2011 21:48:05 +0000 (UTC) Date: Tue, 22 Mar 2011 21:48:05 +0000 (UTC) From: =?utf-8?Q?Adri=C3=A1n_Romero_=28JIRA=29?= To: issues@hbase.apache.org Message-ID: <532933608.4757.1300830485761.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1101655793.4724.1300829405729.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-3688) Setters of class HTableDescriptor do not work properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3688?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Adri=C3=A1n Romero updated HBASE-3688: --------------------------------- Attachment: HTableDescriptor-fix.diff Fixes the setters setName() and setDeferredLogFlush() > Setters of class HTableDescriptor do not work properly > ------------------------------------------------------ > > Key: HBASE-3688 > URL: https://issues.apache.org/jira/browse/HBASE-3688 > Project: HBase > Issue Type: Bug > Components: client > Affects Versions: 0.90.1 > Environment: Any > Reporter: Adri=C3=A1n Romero > Attachments: HTableDescriptor-fix.diff > > > Setters "setName()" and "setDeferredLogFlush()" do not work properly beca= use for example after calling setName() the internal property nameAsString = is not modified and then if you call getNameAsString() you get the previous= value and not the new one. Something similar happens to the setter "setDef= erredLogFlush()" -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira