Enis Soztutar created HBASE-12824:
-------------------------------------
Summary: CompressionTest fails with
org.apache.hadoop.hbase.io.hfile.AbstractHFileReader$NotSeekedException: Not
seeked to a key/value
Key: HBASE-12824
URL: https://issues.apache.org/jira/browse/HBASE-12824
Project: HBase
Issue Type: Bug
Reporter: Enis Soztutar
Priority: Critical
Fix For: 1.0.0, 2.0.0, 1.1.0
{code}
HW10676:hbase$ bin/hbase org.apache.hadoop.hbase.util.CompressionTest
/tmp/CompressionInput2.txt none
2015-01-08 13:45:55,303 WARN [main] util.NativeCodeLoader: Unable to load
native-hadoop library for your platform... using builtin-java classes where
applicable
2015-01-08 13:45:55,590 INFO [main] hfile.CacheConfig: CacheConfig:disabled
2015-01-08 13:45:55,670 INFO [main] hfile.CacheConfig: CacheConfig:disabled
Exception in thread "main"
org.apache.hadoop.hbase.io.hfile.AbstractHFileReader$NotSeekedException: Not
seeked to a key/value
at
org.apache.hadoop.hbase.io.hfile.AbstractHFileReader$Scanner.assertSeeked(AbstractHFileReader.java:305)
at
org.apache.hadoop.hbase.io.hfile.HFileReaderV2$ScannerV2.next(HFileReaderV2.java:796)
at
org.apache.hadoop.hbase.util.CompressionTest.doSmokeTest(CompressionTest.java:138)
at
org.apache.hadoop.hbase.util.CompressionTest.main(CompressionTest.java:164)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)