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

Zheng Hu commented on HBASE-21620:
----------------------------------

Catch the stack in regionserver : 
{code}
"RpcServer.default.FPBQ.Fifo.handler=4,queue=0,port=39128" #154 daemon prio=5 
os_prio=0 tid=0x00007fb875839000 nid=0x202d runnable [0x00007fb7535f3000]
   java.lang.Thread.State: RUNNABLE
        at 
org.apache.hadoop.hbase.filter.FilterListBase.compareCell(FilterListBase.java:86)
        at 
org.apache.hadoop.hbase.filter.FilterListWithOR.getNextCellHint(FilterListWithOR.java:371)
        at 
org.apache.hadoop.hbase.filter.FilterList.getNextCellHint(FilterList.java:265)
        at 
org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher.getNextKeyHint(UserScanQueryMatcher.java:96)
        at 
org.apache.hadoop.hbase.regionserver.StoreScanner.next(StoreScanner.java:686)
        at 
org.apache.hadoop.hbase.regionserver.KeyValueHeap.next(KeyValueHeap.java:152)
        at 
org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl.populateResult(HRegion.java:6292)
        at 
org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl.nextInternal(HRegion.java:6452)
        at 
org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl.nextRaw(HRegion.java:6224)
        at 
org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:2882)
        - locked <0x00000006cc21a338> (a 
org.apache.hadoop.hbase.regionserver.HRegion$RegionScannerImpl)
        at 
org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:3131)
        at 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:36613)
        at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2380)
        at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:124)
        at 
org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:297)
        at 
org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:277)
{code}

> 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: 1.4.8
>         Environment: hbase-1.4.8, hbase-1.4.9
> hadoop-2.7.3
>            Reporter: Mohamed Mohideen Meeran
>            Assignee: Zheng Hu
>            Priority: Major
>         Attachments: HBaseImportData.java, 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)

Reply via email to