You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Narges Shadab (Jira)" <ji...@apache.org> on 2021/03/08 22:18:00 UTC

[jira] [Created] (HBASE-25646) Possible Resource Leak in CatalogJanitor

Narges Shadab created HBASE-25646:
-------------------------------------

             Summary: Possible Resource Leak in CatalogJanitor
                 Key: HBASE-25646
                 URL: https://issues.apache.org/jira/browse/HBASE-25646
             Project: HBase
          Issue Type: Bug
            Reporter: Narges Shadab


We noticed a possible resource leak [here|https://github.com/apache/hbase/blob/53128fe7c17e6220113884fbad69d75c59ed56b7/hbase-server/src/main/java/org/apache/hadoop/hbase/master/janitor/CatalogJanitor.java#L411]. {{close()}} is never called on {{inStream}}.
 I'll submit a pull request to fix it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)