You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Geoffrey Jacoby (JIRA)" <ji...@apache.org> on 2017/01/19 18:06:26 UTC

[jira] [Created] (PHOENIX-3611) ConnectionQueryService cache should expire LRU entries

Geoffrey Jacoby created PHOENIX-3611:
----------------------------------------

             Summary: ConnectionQueryService cache should expire LRU entries
                 Key: PHOENIX-3611
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3611
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 4.8.0, 4.9.0
            Reporter: Geoffrey Jacoby
            Assignee: Geoffrey Jacoby


Currently the cache of ConnectionInfo/ConnectionQueryServicesImpl can hold its entries forever. This can potentially lead to orphan cache entries, and since each ConnectionQueryServicesImpl object has an HConnection, it can also lead to leaked connections. 

Due to the way that ConnectionInfo hashing works (see PHOENIX-3126 and PHOENIX-3607), this is particularly likely on a secure cluster. 

The cache should be changed into an LRU-style cache with a fixed size and gradual expiration. 



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