Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
I saw the following test failure:
testGetClosestRowBefore(org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor) Time elapsed: 0.003 sec <<< ERROR! org.apache.hadoop.hbase.DoNotRetryIOException: org.apache.hadoop.hbase.DoNotRetryIOException: Block size for column family info must be between 1K and 16MB Set hbase.table.sanity.checks to false at conf or table descriptor if you want to bypass sanity checks at org.apache.hadoop.hbase.master.HMaster.sanityCheckTableDescriptor(HMaster.java:1828) at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1747) at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1873)
This was due to block size of 64 passed to TEST_UTIL.createTable() call.