[1/3] hbase git commit: HBASE-17616 Incorrect actions performed by CM

2017-02-09 Thread apurtell
Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 a8158b550 -> 3e28384b4
  refs/heads/branch-1.2 0976b8693 -> 7bfb930a8
  refs/heads/branch-1.3 6ca86b981 -> 906b364da


HBASE-17616 Incorrect actions performed by CM

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-1.3
Commit: 906b364dac8239c4136ece4421a4717ec95a49de
Parents: 6ca86b9
Author: Abhishek Singh Chouhan 
Authored: Thu Feb 9 15:31:18 2017 +0530
Committer: Andrew Purtell 
Committed: Thu Feb 9 15:09:53 2017 -0800

--
 .../test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/906b364d/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
--
diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
index 2a5ae55..ce9ca70 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
@@ -269,7 +269,7 @@ public class DistributedHBaseCluster extends HBaseCluster {
   public ServerName getServerHoldingRegion(TableName tn, byte[] regionName) 
throws IOException {
 HRegionLocation regionLoc = null;
 try (RegionLocator locator = connection.getRegionLocator(tn)) {
-  regionLoc = locator.getRegionLocation(regionName);
+  regionLoc = locator.getRegionLocation(regionName, true);
 }
 if (regionLoc == null) {
   LOG.warn("Cannot find region server holding region " + 
Bytes.toString(regionName) +



[3/3] hbase git commit: HBASE-17616 Incorrect actions performed by CM

2017-02-09 Thread apurtell
HBASE-17616 Incorrect actions performed by CM

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-1.1
Commit: 3e28384b47eb41f12f7a483ac4442633030a7b23
Parents: a8158b5
Author: Abhishek Singh Chouhan 
Authored: Thu Feb 9 15:31:18 2017 +0530
Committer: Andrew Purtell 
Committed: Thu Feb 9 15:10:01 2017 -0800

--
 .../test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/3e28384b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
--
diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
index 2a5ae55..ce9ca70 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
@@ -269,7 +269,7 @@ public class DistributedHBaseCluster extends HBaseCluster {
   public ServerName getServerHoldingRegion(TableName tn, byte[] regionName) 
throws IOException {
 HRegionLocation regionLoc = null;
 try (RegionLocator locator = connection.getRegionLocator(tn)) {
-  regionLoc = locator.getRegionLocation(regionName);
+  regionLoc = locator.getRegionLocation(regionName, true);
 }
 if (regionLoc == null) {
   LOG.warn("Cannot find region server holding region " + 
Bytes.toString(regionName) +



[2/3] hbase git commit: HBASE-17616 Incorrect actions performed by CM

2017-02-09 Thread apurtell
HBASE-17616 Incorrect actions performed by CM

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-1.2
Commit: 7bfb930a81a3235a62c3cf145d5b699a105011fb
Parents: 0976b86
Author: Abhishek Singh Chouhan 
Authored: Thu Feb 9 15:31:18 2017 +0530
Committer: Andrew Purtell 
Committed: Thu Feb 9 15:09:57 2017 -0800

--
 .../test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/7bfb930a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
--
diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
index 2a5ae55..ce9ca70 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
@@ -269,7 +269,7 @@ public class DistributedHBaseCluster extends HBaseCluster {
   public ServerName getServerHoldingRegion(TableName tn, byte[] regionName) 
throws IOException {
 HRegionLocation regionLoc = null;
 try (RegionLocator locator = connection.getRegionLocator(tn)) {
-  regionLoc = locator.getRegionLocation(regionName);
+  regionLoc = locator.getRegionLocation(regionName, true);
 }
 if (regionLoc == null) {
   LOG.warn("Cannot find region server holding region " + 
Bytes.toString(regionName) +



hbase git commit: HBASE-17616 Incorrect actions performed by CM

2017-02-09 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1 67fe516ec -> 807fcfd22


HBASE-17616 Incorrect actions performed by CM

Signed-off-by: tedyu 


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

Branch: refs/heads/branch-1
Commit: 807fcfd22f7a531aad0059859853626ac8f1530c
Parents: 67fe516
Author: Abhishek Singh Chouhan 
Authored: Thu Feb 9 15:31:18 2017 +0530
Committer: tedyu 
Committed: Thu Feb 9 12:35:22 2017 -0800

--
 .../test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/807fcfd2/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
--
diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
index 2a5ae55..ce9ca70 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
@@ -269,7 +269,7 @@ public class DistributedHBaseCluster extends HBaseCluster {
   public ServerName getServerHoldingRegion(TableName tn, byte[] regionName) 
throws IOException {
 HRegionLocation regionLoc = null;
 try (RegionLocator locator = connection.getRegionLocator(tn)) {
-  regionLoc = locator.getRegionLocation(regionName);
+  regionLoc = locator.getRegionLocation(regionName, true);
 }
 if (regionLoc == null) {
   LOG.warn("Cannot find region server holding region " + 
Bytes.toString(regionName) +



hbase git commit: HBASE-17616 Incorrect actions performed by CM

2017-02-09 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/master 489c8872c -> 06a260f10


HBASE-17616 Incorrect actions performed by CM

Signed-off-by: tedyu 


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

Branch: refs/heads/master
Commit: 06a260f107ba5ab489e7d28256ee6bc9530d3416
Parents: 489c887
Author: Abhishek Singh Chouhan 
Authored: Thu Feb 9 15:31:18 2017 +0530
Committer: tedyu 
Committed: Thu Feb 9 12:34:59 2017 -0800

--
 .../test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/06a260f1/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
--
diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
index 16f1e71..d35ef84 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java
@@ -269,7 +269,7 @@ public class DistributedHBaseCluster extends HBaseCluster {
   public ServerName getServerHoldingRegion(TableName tn, byte[] regionName) 
throws IOException {
 HRegionLocation regionLoc = null;
 try (RegionLocator locator = connection.getRegionLocator(tn)) {
-  regionLoc = locator.getRegionLocation(regionName);
+  regionLoc = locator.getRegionLocation(regionName, true);
 }
 if (regionLoc == null) {
   LOG.warn("Cannot find region server holding region " + 
Bytes.toString(regionName) +