You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2015/01/09 21:40:34 UTC

[jira] [Created] (HBASE-12833) TestShell leaks connections

Nick Dimiduk created HBASE-12833:
------------------------------------

             Summary: TestShell leaks connections
                 Key: HBASE-12833
                 URL: https://issues.apache.org/jira/browse/HBASE-12833
             Project: HBase
          Issue Type: Test
          Components: shell, test
    Affects Versions: 2.0.0
            Reporter: Nick Dimiduk


TestShell is erring out (timeout) consistently for me. Culprit is OOM cannot create native thread. It looks to me like test_table.rb and hbase/table.rb are made for leaking connections. table calls ConnectionFactory.createConnection() for every table but provides no close() method to clean it up. test_table creates a new table with every test.



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