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

Hudson commented on HBASE-28634:
--------------------------------

Results for branch branch-2
        [build #1195 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/General_20Nightly_20Build_20Report/]


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility 
checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility 
checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility 
checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1195/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test for HBase 2 {color}
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}


> There is a possibility that data cannot be obtained during reverse fuzzy 
> query.
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-28634
>                 URL: https://issues.apache.org/jira/browse/HBASE-28634
>             Project: HBase
>          Issue Type: Bug
>          Components: Filters
>    Affects Versions: 2.4.14
>            Reporter: qazwsx
>            Assignee: Dávid Paksy
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.0, 3.0.0-beta-2, 2.5.11, 2.6.2
>
>         Attachments: image-2024-06-03-14-26-57-645.png, 
> image-2024-06-03-14-27-17-516.png
>
>
> this is my example:
> 1.  
> create 'abcd','f'
> put 'abcd','111311','f:name','aaaaa'
> put 'abcd','111444','f:name','aaaaa'
> put 'abcd','111511','f:name','aaaaa'
> put 'abcd','111611','f:name','aaaaa'
> put 'abcd','111446','f:name','aaaaa'
> put 'abcd','111777 ','f:name','aaaaa'
> put 'abcd',' 111777','f:name','aaaaa'
>  
> 2.  When I don't use the reversed query, I can get the data.
> scan 'abcd', \{FILTER => 
> org.apache.hadoop.hbase.filter.FuzzyRowFilter.new(Arrays.asList(Pair.new(Bytes.toBytesBinary('111433'),Bytes.toBytesBinary("\xFF\xFF\xFF\xFF\x02\x02"))))}
> !image-2024-06-03-14-26-57-645.png!
>  
> 3. When I use the reversed query, I can not get the data.
> scan 'abcd', \{REVERSED=>TRUE, FILTER => 
> org.apache.hadoop.hbase.filter.FuzzyRowFilter.new(Arrays.asList(Pair.new(Bytes.toBytesBinary('111433'),Bytes.toBytesBinary("\xFF\xFF\xFF\xFF\x02\x02"))))}
> !image-2024-06-03-14-27-17-516.png!
>  
> 4. 
> The test shows that the following two issues may be related to this issue: 
> HBASE-26232
> How to reproduce the issue resolved by this issue?
> Currently, I solve the fuzzy query by rolling back the code of this issue. Is 
> there a better solution?
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to