[
https://issues.apache.org/jira/browse/HBASE-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016199#comment-13016199
]
Jean-Daniel Cryans commented on HBASE-3734:
-------------------------------------------
The main concern is that different components in the same JVM have different
connections, so a closed client connection doesn't also close a region server
connection (like in most tests). The HBaseAdmin constructor should just copy
the configuration upfront.
> HBaseAdmin creates new configurations in getCatalogTracker
> ----------------------------------------------------------
>
> Key: HBASE-3734
> URL: https://issues.apache.org/jira/browse/HBASE-3734
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.90.1
> Reporter: Jean-Daniel Cryans
> Fix For: 0.90.3
>
>
> HBaseAdmin.getCatalogTracker creates new Configuration every time it's
> called, instead HBA should reuse the same one and do the copy inside the
> constructor.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira