[
https://issues.apache.org/jira/browse/HBASE-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311774#comment-14311774
]
Vikas Vishwakarma commented on HBASE-9910:
------------------------------------------
Does not look related to above commit, mostly test timeout and table creation
failure in TestLoadIncrementalHFiles. Amount of HBase read/write ops does
increase a lot with the above commit, not sure if it can cause some slowness. I
can reduce the ROW_COUNT to reduce the HBase read/write ops with the above
tests or comment out the AES/gz tests that can be run on need basis same as
other codecs like snappy/lzo.
testSimpleLoad(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
Time elapsed: 60.08 sec <<< ERROR!
java.lang.Exception: test timed out after 60000 milliseconds
..
Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 316.933 sec -
in org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 107.939 sec <<<
FAILURE! - in org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
testSimpleLoad(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
Time elapsed: 0.131 sec <<< ERROR!
org.apache.hadoop.hbase.TableNotFoundException: Table 'mytable_testSimpleLoad'
does not exist.
....
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 111.265 sec <<<
FAILURE! - in org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
testSimpleLoad(org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles)
Time elapsed: 0.121 sec <<< ERROR!
org.apache.hadoop.hbase.TableNotFoundException: Table 'mytable_testSimpleLoad'
does not exist.
...
> TestHFilePerformance and HFilePerformanceEvaluation should be merged in a
> single HFile performance test class.
> --------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-9910
> URL: https://issues.apache.org/jira/browse/HBASE-9910
> Project: HBase
> Issue Type: Bug
> Components: Performance, test
> Affects Versions: 2.0.0
> Reporter: Jean-Marc Spaggiari
> Assignee: Vikas Vishwakarma
> Fix For: 2.0.0
>
> Attachments: HBASE-9910.patch
>
>
> Today TestHFilePerformance and HFilePerformanceEvaluation are doing slightly
> different kind of performance tests both for the HFile. We should consider
> merging those 2 tests in a single class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)