Zheng Hu created HBASE-21520:
--------------------------------
Summary: TestMultiColumnScanner cost long time when using ROWCOL
bloom type
Key: HBASE-21520
URL: https://issues.apache.org/jira/browse/HBASE-21520
Project: HBase
Issue Type: Bug
Components: test
Reporter: Zheng Hu
Assignee: Zheng Hu
The TestMultiColumnScanner is easy to be timeout, you can see HBASE-21517.
In my localhost, when I set the parameters to be { Compression.Algorithm.NONE,
BloomType.ROW, false }, it took about 5 seconds. but if I set the parameters
to be { Compression.Algorithm.NONE, BloomType.ROWCOL, false }, it would take
about 45 seconds, which means ROWCOL cost much more time than ROW.
Need to find out what's wrong with this ut.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)