Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE65B200B27 for ; Wed, 8 Jun 2016 06:34:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CD086160A5A; Wed, 8 Jun 2016 04:34:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 489EB160A36 for ; Wed, 8 Jun 2016 06:34:22 +0200 (CEST) Received: (qmail 28365 invoked by uid 500); 8 Jun 2016 04:34:21 -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 28313 invoked by uid 99); 8 Jun 2016 04:34:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 04:34:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EDACC2C1F60 for ; Wed, 8 Jun 2016 04:34:20 +0000 (UTC) Date: Wed, 8 Jun 2016 04:34:20 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15981) Stripe and Date-tiered compactions inaccurately suggest disabling table in docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 04:34:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-15981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319981#comment-15319981 ] Nick Dimiduk commented on HBASE-15981: -------------------------------------- Sure. Filed HBASE-15989. > Stripe and Date-tiered compactions inaccurately suggest disabling table in docs > ------------------------------------------------------------------------------- > > Key: HBASE-15981 > URL: https://issues.apache.org/jira/browse/HBASE-15981 > Project: HBase > Issue Type: Improvement > Components: documentation > Reporter: Bryan Beaudreault > Assignee: Bryan Beaudreault > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-15981.patch > > > {{hbase.online.schema.update.enable}} is set to true in later versions of HBase. However, the documentation in the book around configuration Stripe and Date-tiered compactions instruct the user to disable a table before changing configuration. According to Enis on the user list, this is not necessary: > {quote} > Disabling the table should not be needed. From the stripe compaction > perspective, deploying this in a disabled table versus in an online alter > table is not different at all. The "hbase.online.schema.update.enable" > property was fixing some possible race conditions that were fixed long time > ago. > {quote} > We should update the book to remove this inaccurate messaging. -- This message was sent by Atlassian JIRA (v6.3.4#6332)