You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "yeonsuk Choi (Jira)" <ji...@apache.org> on 2021/04/27 12:25:00 UTC

[jira] [Created] (HBASE-25817) Memory leak from thrift server hashMap

yeonsuk Choi created HBASE-25817:
------------------------------------

             Summary: Memory leak from thrift server hashMap
                 Key: HBASE-25817
                 URL: https://issues.apache.org/jira/browse/HBASE-25817
             Project: HBase
          Issue Type: Bug
          Components: Thrift
    Affects Versions: 1.2.12
            Reporter: yeonsuk Choi


I found when the scanner does not closed successfully, it remains forever in the hashMap that stores the state of the scanner.

To solve this problem, I make the hashMap to Guava Cache with expire time.



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