You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hadi Kahraman (JIRA)" <ji...@apache.org> on 2016/10/12 07:28:20 UTC

[jira] [Commented] (HBASE-16814) FuzzyRowFilter causes remote call timeout

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

Hadi Kahraman commented on HBASE-16814:
---------------------------------------

test table:

hbase(main):021:0> scan 'test'
ROW                                                COLUMN+CELL                                                                                                                                        
 row001                                            column=cf:cq, timestamp=1476197514783, value=val1                                                                                                  
 row002                                            column=cf:cq, timestamp=1476197553152, value=val2                                                                                                  
 row010                                            column=cf:cq, timestamp=1476197577737, value=val3                                                                                                  
 row102                                            column=cf:cq, timestamp=1476197601833, value=val4                                                                                                  
 row103                                            column=cf:cq, timestamp=1476197619350, value=val5                                                                                                  
 row150                                            column=cf:cq, timestamp=1476197636350, value=val6                                                                                                  
 row166                                            column=cf:cq, timestamp=1476198305939, value=val8                                                                                                  
 row222                                            column=cf:cq, timestamp=1476197675692, value=val7                                                                                                  


> FuzzyRowFilter causes remote call timeout
> -----------------------------------------
>
>                 Key: HBASE-16814
>                 URL: https://issues.apache.org/jira/browse/HBASE-16814
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.2.2, 1.2.3
>         Environment: LinuxMint 17.3 (=Ubuntu 14.04), Java 1.8
>            Reporter: Hadi Kahraman
>
> FuzzyRowFilter causes ResultScanner.next hang and timeout. The same code works well on hbase 1.2.1, 1.2.0, 1.1.4.
> hbase server: cloudera 5.7.0 (hbase 1.2.0) on 4 hosts, 1 master, 3 workers



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)