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)

Reply via email to