You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matt Warhaftig (JIRA)" <ji...@apache.org> on 2015/04/15 06:36:58 UTC

[jira] [Updated] (HBASE-13350) Add a debug-warn if we fail HTD checks even if table.sanity.checks is false

     [ https://issues.apache.org/jira/browse/HBASE-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Warhaftig updated HBASE-13350:
-----------------------------------
    Status: Patch Available  (was: Open)

Attached patch 'HBASE-13350.patch' logs warnings for table configuration sanity check failures when checks are disabled.  Also includes unit test to verify log messages being sent.

> Add a debug-warn if we fail HTD checks even if table.sanity.checks is false
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-13350
>                 URL: https://issues.apache.org/jira/browse/HBASE-13350
>             Project: HBase
>          Issue Type: Improvement
>          Components: master, Operability
>    Affects Versions: 2.0.0, 1.1.0
>            Reporter: Matteo Bertozzi
>            Priority: Trivial
>         Attachments: HBASE-13350.patch
>
>
> HBASE-10591 introduced Sanity checks for table configuration in createTable.
> In HMaster.sanityCheckTableDescriptor() we skip all the checks if "hbase.table.sanity.checks" is true.
> for debuggability we should log a warn when table.sanity.checks is false.
> there are nice checks in there like no families, maxFileSize limit, flush size limit, compression/encryption codec available, TTL, block size, ... that will help debug what is going on



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)