[
https://issues.apache.org/jira/browse/HBASE-16731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15570288#comment-15570288
]
Hudson commented on HBASE-16731:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1775 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1775/])
HBASE-16731 Inconsistent results from the Get/Scan if we use the empty (stack:
rev a46134bffc21da91853c4288375e9d4bd00a177d)
* (edit) hbase-protocol/src/main/protobuf/Client.proto
* (edit) hbase-protocol-shaded/src/main/protobuf/Client.proto
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* (edit)
hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/ClientProtos.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java
* (edit) hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestScan.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Get.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Query.java
* (edit)
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
> Inconsistent results from the Get/Scan if we use the empty FilterList
> ---------------------------------------------------------------------
>
> Key: HBASE-16731
> URL: https://issues.apache.org/jira/browse/HBASE-16731
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: ChiaPing Tsai
> Assignee: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16731.v0.patch, HBASE-16731.v1.patch,
> HBASE-16731.v2.patch, HBASE-16731.v3.patch
>
>
> RSRpcServices#get() converts the Get to Scan without
> scan#setLoadColumnFamiliesOnDemand. It causes that the result retrieved from
> Get and Scan will be different if we use the empty filter. Scan doesn't
> return any data but Get does.
> see [HBASE-16729 |https://issues.apache.org/jira/browse/HBASE-16729]
> Any comments? Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)