You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Karthick (JIRA)" <ji...@apache.org> on 2019/01/17 07:55:00 UTC

[jira] [Comment Edited] (HBASE-21620) Problem in scan query when using more than one column prefix filter in some cases.

    [ https://issues.apache.org/jira/browse/HBASE-21620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744767#comment-16744767 ] 

Karthick edited comment on HBASE-21620 at 1/17/19 7:54 AM:
-----------------------------------------------------------

We tried the same scan using HBase-2.1.2. The scan is even more slower than 1.4.8 (It takes around 3-4 seconds now). Because of this issue we are unable to update our production clusters from 1.2.5 to a higher version. [~openinx] Can you please provide a fix for this?

 


was (Author: karthickram):
We tried the same scan using HBase-2.1.2. The scan is even more slower than 1.4.8 (It takes around 3-4 seconds now). Because of this issue we are not able to update our production clusters from 1.2.5 to a higher version. [~openinx] Can you please provide a fix for this?

 

> Problem in scan query when using more than one column prefix filter in some cases.
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-21620
>                 URL: https://issues.apache.org/jira/browse/HBASE-21620
>             Project: HBase
>          Issue Type: Bug
>          Components: scan
>    Affects Versions: 3.0.0, 1.5.0, 2.2.0, 1.4.8, 2.1.2, 2.0.4
>         Environment: hbase-1.4.8, hbase-1.4.9
> hadoop-2.7.3
>            Reporter: Mohamed Mohideen Meeran
>            Assignee: Zheng Hu
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0, 2.1.2, 2.0.4
>
>         Attachments: HBASE-21620.branch-1.patch, HBASE-21620.v1.patch, HBASE-21620.v2.patch, HBASE-21620.v3.patch, HBASE-21620.v3.patch, HBaseImportData.java, columnkey.txt, file.txt, test.patch
>
>
> In some cases, unable to get the scan results when using more than one column prefix filter.
> Attached a java file to import the data which we used and a text file containing the values..
> While executing the following query (hbase shell as well as java program) it is waiting indefinitely and after RPC timeout we got the following error.. Also we noticed high cpu, high load average and very frequent young gc  in the region server containing this row...
> scan 'namespace:tablename',\{STARTROW => 'test',ENDROW => 'test', FILTER => "ColumnPrefixFilter('1544770422942010001_') OR ColumnPrefixFilter('1544769883529010001_')"}
> ROW                                                  COLUMN+CELL                                                                   ERROR: Call id=18, waitTime=60005, rpcTimetout=60000
>  
> Note: Table scan operation and scan with a single column prefix filter works fine in this case.
> When we check the same query in hbase-1.2.5 it is working fine.
> Can you please help me on this..



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)