phoenix git commit: PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)

2016-03-03 Thread rajeshbabu
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 dd8c63960 -> 990bb1558


PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 990bb1558269e4b57975eaaf01613c0fec12ddaa
Parents: dd8c639
Author: Rajeshbabu Chintaguntla 
Authored: Fri Mar 4 01:10:51 2016 +0530
Committer: Rajeshbabu Chintaguntla 
Committed: Fri Mar 4 01:10:51 2016 +0530

--
 .../hadoop/hbase/regionserver/IndexHalfStoreFileReader.java  | 8 
 1 file changed, 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/990bb155/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
index 172486d..74c7201 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
@@ -449,14 +449,6 @@ public class IndexHalfStoreFileReader extends 
StoreFile.Reader {
 }
 
 @Override
-public byte[] getLastKey() {
-// This method won't get used for the index region. There is no need 
to call
-// getClosestRowBefore on the index table. Also this is a split 
region. Can not be further
-// split
-throw new UnsupportedOperationException("Method is not implemented!");
-}
-
-@Override
 public byte[] midkey() throws IOException {
 // Returns null to indicate file is not splitable.
 return null;



phoenix git commit: PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)

2016-03-03 Thread rajeshbabu
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 fd1880dba -> 8d3805a95


PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 8d3805a95d52c2088d65705bc3dbc1b9ed55b6b7
Parents: fd1880d
Author: Rajeshbabu Chintaguntla 
Authored: Fri Mar 4 01:03:36 2016 +0530
Committer: Rajeshbabu Chintaguntla 
Committed: Fri Mar 4 01:03:36 2016 +0530

--
 .../hadoop/hbase/regionserver/IndexHalfStoreFileReader.java  | 8 
 1 file changed, 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8d3805a9/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
index 49e2022..18bd032 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
@@ -470,14 +470,6 @@ public class IndexHalfStoreFileReader extends 
StoreFile.Reader {
 }
 
 @Override
-public byte[] getLastKey() {
-// This method won't get used for the index region. There is no need 
to call
-// getClosestRowBefore on the index table. Also this is a split 
region. Can not be further
-// split
-throw new UnsupportedOperationException("Method is not implemented!");
-}
-
-@Override
 public byte[] midkey() throws IOException {
 // Returns null to indicate file is not splitable.
 return null;



phoenix git commit: PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)

2016-03-03 Thread rajeshbabu
Repository: phoenix
Updated Branches:
  refs/heads/master 6e7acaa45 -> 57c17ec92


PHOENIX-2575 Prevent LocalIndexIT from hanging indefinitely(Rajeshbabu)


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

Branch: refs/heads/master
Commit: 57c17ec9299d46c1e3ec44936a73747bbececf9b
Parents: 6e7acaa
Author: Rajeshbabu Chintaguntla 
Authored: Fri Mar 4 00:53:32 2016 +0530
Committer: Rajeshbabu Chintaguntla 
Committed: Fri Mar 4 00:53:32 2016 +0530

--
 .../hadoop/hbase/regionserver/IndexHalfStoreFileReader.java  | 8 
 1 file changed, 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/57c17ec9/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
--
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
index 9befc8c..cbc4ed6 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
@@ -485,14 +485,6 @@ public class IndexHalfStoreFileReader extends 
StoreFile.Reader {
 }
 
 @Override
-public byte[] getLastKey() {
-// This method won't get used for the index region. There is no need 
to call
-// getClosestRowBefore on the index table. Also this is a split 
region. Can not be further
-// split
-throw new UnsupportedOperationException("Method is not implemented!");
-}
-
-@Override
 public byte[] midkey() throws IOException {
 // Returns null to indicate file is not splitable.
 return null;