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 9B0E6200AC8 for ; Tue, 7 Jun 2016 21:30:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 999BB160968; Tue, 7 Jun 2016 19:30:24 +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 13AD0160A36 for ; Tue, 7 Jun 2016 21:30:23 +0200 (CEST) Received: (qmail 247 invoked by uid 500); 7 Jun 2016 19:30:21 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 99778 invoked by uid 99); 7 Jun 2016 19:30:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 19:30:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 560522C1F6A for ; Tue, 7 Jun 2016 19:30:21 +0000 (UTC) Date: Tue, 7 Jun 2016 19:30:21 +0000 (UTC) From: "Bryan Beaudreault (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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: Tue, 07 Jun 2016 19:30:24 -0000 Bryan Beaudreault created HBASE-15981: ----------------------------------------- Summary: 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 Priority: Minor {{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)