[
https://issues.apache.org/jira/browse/HBASE-14332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726374#comment-14726374
]
Hudson commented on HBASE-14332:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6769 (See
[https://builds.apache.org/job/HBase-TRUNK/6769/])
HBASE-14332 Show the table state when we encounter exception while disabling /
enabling table (Nick Han) (tedyu: rev f792ede466eddfbcdd67b8490296bf7712f39119)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/EnableTableHandler.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableStateManager.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DisableTableHandler.java
> Show the table state when we encounter exception while disabling / enabling
> table
> ---------------------------------------------------------------------------------
>
> Key: HBASE-14332
> URL: https://issues.apache.org/jira/browse/HBASE-14332
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Nick.han
> Assignee: Nick.han
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14332.patch, HBASE-14332_v2.patch,
> HBASE-14332_v3.patch, HBASE-14332_v3.patch
>
>
> This patch is a advice for good user experience
> reason:
> When we disable a table and the table is not enabled,we receive a
> exception,but the exception is too brief,some time we want to know what
> state is the table in,so that we can know why the table can't be disable.For
> example,I once encountered a problem the table is neither disable nor enable
> when my region server crash down,if we give the table state,I will find the
> problem more quickly .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)