[ https://issues.apache.org/jira/browse/HBASE-21520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zheng Hu updated HBASE-21520: ----------------------------- Attachment: HBASE-21520.v1.patch > 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 > Priority: Major > Attachments: HBASE-21520.v1.patch, TestMultiColumnScanner.png, > rowcol.txt > > > 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)