[
https://issues.apache.org/jira/browse/HBASE-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280873#comment-14280873
]
Hudson commented on HBASE-12833:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6033 (See
[https://builds.apache.org/job/HBase-TRUNK/6033/])
HBASE-12833 [shell] table.rb leaks connections (Solomon Duskis) (enis: rev
af725a0357efa01f276f2fe15518e6e119b89e45)
* hbase-shell/src/main/ruby/hbase/admin.rb
* hbase-shell/src/main/ruby/hbase/table.rb
* hbase-shell/src/main/ruby/hbase/hbase.rb
* hbase-shell/src/test/ruby/hbase/visibility_labels_admin_test.rb
* hbase-shell/src/test/ruby/hbase/table_test.rb
* hbase-shell/src/test/ruby/test_helper.rb
* hbase-shell/src/test/ruby/hbase/admin_test.rb
* hbase-shell/src/test/ruby/hbase/security_admin_test.rb
> [shell] table.rb leaks connections
> ----------------------------------
>
> Key: HBASE-12833
> URL: https://issues.apache.org/jira/browse/HBASE-12833
> Project: HBase
> Issue Type: Bug
> Components: shell
> Affects Versions: 1.0.0, 2.0.0, 1.1.0
> Reporter: Nick Dimiduk
> Assignee: Solomon Duskis
> Fix For: 1.0.0, 2.0.0, 1.1.0
>
> Attachments: HBASE-12833.patch, HBASE-12833.patch
>
>
> 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)