You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashu Pachauri (JIRA)" <ji...@apache.org> on 2016/07/13 19:25:20 UTC

[jira] [Created] (HBASE-16226) Thrift server memory leak

Ashu Pachauri created HBASE-16226:
-------------------------------------

             Summary: Thrift server memory leak
                 Key: HBASE-16226
                 URL: https://issues.apache.org/jira/browse/HBASE-16226
             Project: HBase
          Issue Type: Bug
          Components: Thrift
    Affects Versions: 1.2.0, 1.0.0, 0.98.0, 2.0.0, 1.3.0
            Reporter: Ashu Pachauri


Thrift servers maintain a scanner map which holds scanner references. We clean up those references only when a closeScanner call is received from the client, which means that we never clean up for scanners that failed or if the client did not close the scanner explicitly.



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