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 2015/01/17 01:44:35 UTC

[jira] [Created] (HBASE-12874) LoadIncrementalHFiles#tryAtomicRegionLoad should use unmanaged connection

Ted Yu created HBASE-12874:
------------------------------

             Summary: LoadIncrementalHFiles#tryAtomicRegionLoad should use unmanaged connection
                 Key: HBASE-12874
                 URL: https://issues.apache.org/jira/browse/HBASE-12874
             Project: HBase
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Ted Yu
            Assignee: Ted Yu
             Fix For: 1.0.0


The following tests have been hanging in branch-1.0 :

org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesUseSecurityEndPoint
org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFiles

The cause was that ConnectionManager$HConnectionImplementation.getTable() expects unmanaged connection. Instead, managed connection was passed in LoadIncrementalHFiles#tryAtomicRegionLoad.



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