[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-17 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14250339#comment-14250339
 ] 

stack commented on HBASE-12652:
---

Yesterday I reverted this commit by mistake. I just put it back.  I am going to 
go on self-imposed no-commits for 24 hours since all I've been doing is making 
a mess these last 24 hours or so.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14250486#comment-14250486
 ] 

Hudson commented on HBASE-12652:


SUCCESS: Integrated in HBase-1.0 #593 (See 
[https://builds.apache.org/job/HBase-1.0/593/])
HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis); 
REAPPLY (stack: rev 476bd40716c197094f0459cd40904df22a336342)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/HConnectionTestingUtility.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionAdapter.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionRebalancing.java


 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-16 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14249283#comment-14249283
 ] 

Hudson commented on HBASE-12652:


FAILURE: Integrated in HBase-1.0 #591 (See 
[https://builds.apache.org/job/HBase-1.0/591/])
Revert HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon 
Duskis) (stack: rev 4587a693b0e61531821e716a4e2292b163c59770)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionRebalancing.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionAdapter.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/HConnectionTestingUtility.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java


 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-11 Thread Nick Dimiduk (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14242871#comment-14242871
 ] 

Nick Dimiduk commented on HBASE-12652:
--

Thanks [~stack].

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-10 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14241635#comment-14241635
 ] 

stack commented on HBASE-12652:
---

Fix over in HBASE-12671 Lets see if it takes care of the problem.  If so will 
reclose.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14241794#comment-14241794
 ] 

Hudson commented on HBASE-12652:


FAILURE: Integrated in HBase-1.0 #570 (See 
[https://builds.apache.org/job/HBase-1.0/570/])
HBASE-12671 HBASE-12652 broke branch-1 builds (TestAssignmentManager fails) 
(stack: rev 8ec86932b1bdb5625a7f4a99ca0e2107006e20e6)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java


 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14239666#comment-14239666
 ] 

Hadoop QA commented on HBASE-12652:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12686023/HBASE-12652B.patch
  against master branch at commit 0354128780abc41b4a0018a3f0712330952ebd83.
  ATTACHMENT ID: 12686023

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 15 new 
or modified tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 2 
warning messages.

{color:red}-1 checkstyle{color}.  The applied patch generated 
2095 checkstyle errors (more than the master's current 2093 errors).

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:red}-1 release audit{color}.  The applied patch generated 1 release 
audit warnings (more than the master's current 0 warnings).

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/patchReleaseAuditWarnings.txt
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/checkstyle-aggregate.html

Javadoc warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12018//console

This message is automatically generated.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch, HBASE-12652.patch, HBASE-12652B.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Nick Dimiduk (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14239882#comment-14239882
 ] 

Nick Dimiduk commented on HBASE-12652:
--

Looking good [~sduskis].

Can we rename this method getMetaTable? Seems it's signature changed recently, 
so why not remove the 'H' from the name?

{noformat}
+  static Table getMetaHTable(final Connection connection)
{noformat}

I only see 1 javadoc warning, looks like it's

{noformat}
[WARNING] 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java:68:
 warning - @param argument admin is not a parameter name.
{noformat}

Checkstyle warnings, again cannot find the other:

MetaTableAccessor, Unused import - org.apache.hadoop.hbase.client.HConnection

+1, will clean these on commit

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch, HBASE-12652.patch, HBASE-12652B.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Nick Dimiduk (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14239883#comment-14239883
 ] 

Nick Dimiduk commented on HBASE-12652:
--

That is, will clean the warnings on commit. Open question re: method name 
remains.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch, HBASE-12652.patch, HBASE-12652B.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Nick Dimiduk (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14239899#comment-14239899
 ] 

Nick Dimiduk commented on HBASE-12652:
--

getMetaHTable is an internal API but it's used a bunch of places. Can leave 
that for a separate ticket.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch, HBASE-12652.patch, HBASE-12652B.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Enis Soztutar (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14239904#comment-14239904
 ] 

Enis Soztutar commented on HBASE-12652:
---

Skimmed the patch. Looks good. 

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch, HBASE-12652.patch, HBASE-12652B.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240072#comment-14240072
 ] 

Hudson commented on HBASE-12652:


FAILURE: Integrated in HBase-TRUNK #5896 (See 
[https://builds.apache.org/job/HBase-TRUNK/5896/])
HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis) 
(ndimiduk: rev e720c835576b6da6421a8796401b71d760155f78)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/HConnectionTestingUtility.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionAdapter.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionRebalancing.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java


 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240093#comment-14240093
 ] 

Hudson commented on HBASE-12652:


FAILURE: Integrated in HBase-1.0 #561 (See 
[https://builds.apache.org/job/HBase-1.0/561/])
HBASE-12652 Allow unmanaged connections in MetaTableAccessor (Solomon Duskis) 
(ndimiduk: rev 1c99261f5367bc4221152212068c6dc4fe4bc6f7)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/HConnectionTestingUtility.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWithTags.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsckRepair.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionRebalancing.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionAdapter.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestMetaTableAccessor.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java


 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-09 Thread Nick Dimiduk (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240147#comment-14240147
 ] 

Nick Dimiduk commented on HBASE-12652:
--

Build failures appear related to HBASE-12664, not this patch.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Fix For: 1.0.0, 2.0.0

 Attachments: HBASE-12652.patch, HBASE-12652.patch, 
 HBASE-12652B.patch, HBASE-12652C-0.99.patch, HBASE-12652C.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-08 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14238433#comment-14238433
 ] 

Hadoop QA commented on HBASE-12652:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12685815/HBASE-12652.patch
  against master branch at commit da0e807dd33725c137bcc28a3d8fa8d6e5b34bae.
  ATTACHMENT ID: 12685815

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 12 new 
or modified tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 1 
warning messages.

{color:red}-1 checkstyle{color}.  The applied patch generated 
2096 checkstyle errors (more than the master's current 2094 errors).

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:red}-1 release audit{color}.  The applied patch generated 1 release 
audit warnings (more than the master's current 0 warnings).

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
 

 {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):   
at 
org.apache.hadoop.hbase.master.TestMasterNoCluster.testNotPullingDeadRegionServerFromZK(TestMasterNoCluster.java:306)

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/patchReleaseAuditWarnings.txt
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/checkstyle-aggregate.html

Javadoc warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/12001//console

This message is automatically generated.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch, HBASE-12652.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12652) Allow unmanaged connections in MetaTableAccessor

2014-12-07 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237439#comment-14237439
 ] 

Hadoop QA commented on HBASE-12652:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12685654/HBASE-12652.patch
  against master branch at commit 9fd6db3703d3e7ec50b32b1e96c65ed9f2b1456d.
  ATTACHMENT ID: 12685654

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 12 new 
or modified tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 1 
warning messages.

{color:red}-1 checkstyle{color}.  The applied patch generated 
2091 checkstyle errors (more than the master's current 2089 errors).

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
 

 {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):   
at 
org.apache.hadoop.hbase.master.TestMasterNoCluster.testNotPullingDeadRegionServerFromZK(TestMasterNoCluster.java:306)

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/checkstyle-aggregate.html

Javadoc warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11991//console

This message is automatically generated.

 Allow unmanaged connections in MetaTableAccessor
 

 Key: HBASE-12652
 URL: https://issues.apache.org/jira/browse/HBASE-12652
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.0.0, 2.0.0
Reporter: Solomon Duskis
Assignee: Solomon Duskis
 Attachments: HBASE-12652.patch


 Passing in an unmanaged connnection to MetaTableAccessor causes an exception. 
  MetaTableAccessor should be able to use both unmanaged and managed 
 connections.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)