You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Daniel Wong (Jira)" <ji...@apache.org> on 2021/05/27 00:06:00 UTC

[jira] [Commented] (PHOENIX-5812) Automatically Close "Idle" Long Open Connections

    [ https://issues.apache.org/jira/browse/PHOENIX-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352203#comment-17352203 ] 

Daniel Wong commented on PHOENIX-5812:
--------------------------------------

Coming back to this a bit wondering if we want 1 or 2 Jira for phoenix connection level reaping vs hconnection level reaping?  [~elserj] [~jisaac]

> Automatically Close "Idle" Long Open Connections
> ------------------------------------------------
>
>                 Key: PHOENIX-5812
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5812
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Daniel Wong
>            Priority: Major
>              Labels: quality-improvement
>
> As Phoenix may keep a maximum default number of connections.  Badly performing client calls or internal errors (See PHOENIX-5802).  Can cause total available connections to go to 0.  Proposing a client connection monitor with a connection reaper like task to reap idle connections.
> Definition of "Idle"
> Simple may be simple time based say if a connection has been open for configurable amount of minutes simply close.
> More complicated solution may be keeping track of last interaction time.



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