You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Liyin Tang (JIRA)" <ji...@apache.org> on 2013/11/20 04:25:22 UTC

[jira] [Created] (HBASE-10009) Fix potential OOM exception in HTableMultiplexer

Liyin Tang created HBASE-10009:
----------------------------------

             Summary: Fix potential OOM exception in HTableMultiplexer
                 Key: HBASE-10009
                 URL: https://issues.apache.org/jira/browse/HBASE-10009
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.89-fb
            Reporter: Liyin Tang
            Assignee: Manukranth Kolloju
            Priority: Minor


HTableMultiplexer is our thread safe non-blocking api. HTableMultiplexer.getHTable is supposed to cache HTable instance, but it fails to do so if it is called on a table with same name but a different reference. Fix this behavior and add a unit test case in the existing TestHtableMultiplexer class.



--
This message was sent by Atlassian JIRA
(v6.1#6144)