[
https://issues.apache.org/jira/browse/HBASE-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512805#comment-14512805
]
Hudson commented on HBASE-13350:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #965 (See
[https://builds.apache.org/job/HBase-0.98/965/])
HBASE-13350 Log warnings for sanity check failures when checks disabled.
(apurtell: rev a401a45e4d1f08a4743ae896d842cf91bd71702c)
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
> 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
> Assignee: Matt Warhaftig
> Priority: Trivial
> Fix For: 2.0.0, 1.1.0, 0.98.13
>
> 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)