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

[jira] [Updated] (HBASE-26629) Add expiration for long time vacant scanners in Thrift2

     [ https://issues.apache.org/jira/browse/HBASE-26629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yutong Xiao updated HBASE-26629:
--------------------------------
    Summary: Add expiration for long time vacant scanners in Thrift2  (was: Add expiration for long time vacant scanners)

> Add expiration for long time vacant scanners in Thrift2
> -------------------------------------------------------
>
>                 Key: HBASE-26629
>                 URL: https://issues.apache.org/jira/browse/HBASE-26629
>             Project: HBase
>          Issue Type: Improvement
>          Components: Performance, Thrift
>            Reporter: Yutong Xiao
>            Assignee: Yutong Xiao
>            Priority: Major
>
> In thrift1 implementation, the ThriftHBaseSerivceHandler holds a Cache with an expire time after access. This will make the long time vacant scanners be collected by gc. However, in thrift2 we do not have this feature and only use a map to store scanners and we need the client close the scanner manually. If not, the expired scanners will live in memory forever. In this case, I applied the cache expiration to thrift2 service.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)