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 02F95200BEC for ; Thu, 29 Dec 2016 22:01:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 018B7160B23; Thu, 29 Dec 2016 21:01:04 +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 40214160B40 for ; Thu, 29 Dec 2016 22:01:03 +0100 (CET) Received: (qmail 463 invoked by uid 500); 29 Dec 2016 21:01:02 -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 333 invoked by uid 99); 29 Dec 2016 21:01:02 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 21:01:02 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C037C2C2A6A for ; Thu, 29 Dec 2016 21:01:01 +0000 (UTC) Date: Thu, 29 Dec 2016 21:01:01 +0000 (UTC) From: "huaxiang sun (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-17392) Load DefaultStoreEngine when user misconfigures 'hbase.hstore.engine.class' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Dec 2016 21:01:04 -0000 huaxiang sun created HBASE-17392: ------------------------------------ Summary: Load DefaultStoreEngine when user misconfigures 'hbase.hstore.engine.class' Key: HBASE-17392 URL: https://issues.apache.org/jira/browse/HBASE-17392 Project: HBase Issue Type: Improvement Reporter: huaxiang sun Assignee: huaxiang sun Priority: Minor When user misconfigures 'hbase.hstore.engine.class', region server complains "Class not found" and gives up. In this case, we need to load the DefaultStoreEngine to avoid that. Sanity check needs to be done to prevent user from misconfiguration as well. https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreEngine.java#L121 -- This message was sent by Atlassian JIRA (v6.3.4#6332)