[ 
https://issues.apache.org/jira/browse/HBASE-14485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940604#comment-14940604
 ] 

Hudson commented on HBASE-14485:
--------------------------------

FAILURE: Integrated in HBase-1.3 #223 (See 
[https://builds.apache.org/job/HBase-1.3/223/])
HBASE-14485 ConnectionImplementation leaks on construction failure 
(matteo.bertozzi: rev afb3b19a15e7c957ad2814c3f98e99beddf27041)
* 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegistryFactory.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java


> ConnectionImplementation leaks on construction failure
> ------------------------------------------------------
>
>                 Key: HBASE-14485
>                 URL: https://issues.apache.org/jira/browse/HBASE-14485
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 2.0.0, 1.2.0, 1.0.1.1, 1.1.2, 1.3.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>         Attachments: HBASE-14485-v0.patch, HBASE-14485-v1.patch, 
> HBASE-14485-v1_branch-1.patch
>
>
> If an exception is thrown in the constructor of ConnectionImplementation we 
> will have a leak zkRegistry, rpcClient, ...
> an example was clusterId parse error, causing zk (registry) leaks
> {noformat}
> org.apache.hadoop.hbase.client.ConnectionFactory.createConnection(ConnectionFactory.java:238)
>       ... 22 more
> Caused by: java.lang.ExceptionInInitializerError
>       at org.apache.hadoop.hbase.ClusterId.parseFrom(ClusterId.java:64)
>       at 
> org.apache.hadoop.hbase.zookeeper.ZKClusterId.readClusterIdZNode(ZKClusterId.java:75)
>       at 
> org.apache.hadoop.hbase.client.ZooKeeperRegistry.getClusterId(ZooKeeperRegistry.java:86)
>       at 
> org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.retrieveClusterId(ConnectionManager.java:850)
> {noformat}



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

Reply via email to