You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2016/08/17 18:34:14 UTC

[08/50] [abbrv] hbase git commit: HBASE-16303 Addendum as the wrong patch was committed

HBASE-16303 Addendum as the wrong patch was committed


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e8f08ba0
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e8f08ba0
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e8f08ba0

Branch: refs/heads/hbase-12439
Commit: e8f08ba0c7949edb4bc349718d2d6532be2f2360
Parents: 19c609f
Author: Ramkrishna <ra...@intel.com>
Authored: Fri Aug 5 13:06:46 2016 +0530
Committer: Ramkrishna <ra...@intel.com>
Committed: Fri Aug 5 13:06:46 2016 +0530

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/filter/FilterList.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e8f08ba0/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
index da7a084..1ea3c80 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
@@ -285,6 +285,7 @@ final public class FilterList extends Filter {
         }
       } else if (operator == Operator.MUST_PASS_ONE) {
         if (filter.filterAllRemaining()) {
+          seenNonHintReturnCode = true;
           continue;
         }