Details
Description
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.
Attachments
Attachments
Issue Links
- breaks
-
HBASE-13111 truncate_preserve command is failing with undefined method error
- Closed
- is related to
-
HBASE-12873 [investigate] shell SecurityAdmin and VisibilityLabelsAdmin probably leak connections
- Closed
- relates to
-
HBASE-12835 HBASE-12422 changed new HTable(Configuration) to not use managed Connections anymore
- Closed