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)