You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/09/08 18:14:20 UTC

[jira] [Created] (HBASE-16588) Remove ConnectionFactory#createConnection from backup / restore server code

Ted Yu created HBASE-16588:
------------------------------

             Summary: Remove ConnectionFactory#createConnection from backup / restore server code
                 Key: HBASE-16588
                 URL: https://issues.apache.org/jira/browse/HBASE-16588
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


Currently there are several places in backup / restore server code where Connection is created:
{code}
    try (Connection conn = ConnectionFactory.createConnection(conf);
{code}
This should not be necessary - we can retrieve Connection from environment.



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