[
https://issues.apache.org/jira/browse/HBASE-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734903#action_12734903
]
stack commented on HBASE-1686:
------------------------------
Chatting with Manish, his table schema is as follows:
{NAME => 'lookup_records', FAMILIES => [{NAME => 'piston', VERSIONS => true
'3', COMPRESSION => 'NONE', TTL => '2147483647', BLOCKSIZE => '65536'
, IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}
And he is not deleting.
So, odd that he runs into this issue.
> major compaction can create empty store files, causing AIOOB when trying to
> read
> --------------------------------------------------------------------------------
>
> Key: HBASE-1686
> URL: https://issues.apache.org/jira/browse/HBASE-1686
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: ryan rawson
> Priority: Blocker
> Fix For: 0.20.0
>
>
> here is the backtrace:
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
> at
> org.apache.hadoop.hbase.io.hfile.HFile$Reader.getFirstKey(HFile.java:991)
> at
> org.apache.hadoop.hbase.regionserver.StoreFileGetScan.getStoreFile(StoreFileGetScan.java:84)
> at
> org.apache.hadoop.hbase.regionserver.StoreFileGetScan.get(StoreFileGetScan.java:65)
> at org.apache.hadoop.hbase.regionserver.Store.get(Store.java:1548)
> at org.apache.hadoop.hbase.regionserver.HRegion.get(HRegion.java:2263)
> at org.apache.hadoop.hbase.regionserver.HRegion.get(HRegion.java:2252)
> at
> org.apache.hadoop.hbase.regionserver.HRegionServer.get(HRegionServer.java:1739)
> This can happen if your table only has deletes, and everything evaporates
> during a major compaction.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.