Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10070 HBase read high-availability using timeline-consistent region replicas
  3. HBASE-10961

TestFromClientSideWithCoprocessor#testGetClosestRowBefore fails due to invalid block size

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • None
    • hbase-10070
    • 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.

      Attachments

        1. 10961-v1.txt
          0.8 kB
          Ted Yu

        Activity

          People

            Unassigned Unassigned
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: