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 1366110E55 for ; Fri, 1 Nov 2013 06:49:20 +0000 (UTC) Received: (qmail 25194 invoked by uid 500); 1 Nov 2013 06:49:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25127 invoked by uid 500); 1 Nov 2013 06:49:18 -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 25109 invoked by uid 99); 1 Nov 2013 06:49:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 06:49:17 +0000 Date: Fri, 1 Nov 2013 06:49:16 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9872) ModifyTable does not modify the attributes of a newly modified/changed ColumnDescriptor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ramkrishna.s.vasudevan created HBASE-9872: --------------------------------------------- Summary: ModifyTable does not modify the attributes of a newly modified/changed ColumnDescriptor Key: HBASE-9872 URL: https://issues.apache.org/jira/browse/HBASE-9872 Project: HBase Issue Type: Bug Reporter: ramkrishna.s.vasudevan Assignee: ramkrishna.s.vasudevan Fix For: 0.98.0, 0.94.13, 0.96.1 This issue (if it is an expected behaviour I can close this) exists in all versions. If i do modifyColumn and change an HCDs parameter I am able to get back the modified HCD with the latest data. But when i do modifyTable and in that modify an HCD parameter say for eg. the SCOPE of it then as we don't persist the HCD information as in TableModifyFamilyHandler used for modifycolumn {code} HTableDescriptor htd = this.masterServices.getMasterFileSystem().modifyColumn(tableName, familyDesc); {code} we are not able to get the updated HCD information on the RegionServer. So incases of replication where I need to modify the HCD's scope we are not able to make the replication happen. -- This message was sent by Atlassian JIRA (v6.1#6144)