Matteo Bertozzi created HBASE-13350:
---------------------------------------
Summary: 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
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)