[
https://issues.apache.org/jira/browse/HBASE-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14495967#comment-14495967
]
Matteo Bertozzi commented on HBASE-13350:
-----------------------------------------
check style is complaining about a long line, but I can fix it on commit.
{code}
throw new DoNotRetryIOException(message + " Set " + CONF_KEY + " to false at
conf or table descriptor "
{code}
+1 for me
> 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)