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/05/23 18:09:04 UTC

[jira] [Updated] (PHOENIX-3877) Connection throttling doesn't always decrement on connection close

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

Geoffrey Jacoby updated PHOENIX-3877:
-------------------------------------
    Attachment: PHOENIX-3877.patch

> Connection throttling doesn't always decrement on connection close
> ------------------------------------------------------------------
>
>                 Key: PHOENIX-3877
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3877
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.10.0
>            Reporter: Geoffrey Jacoby
>            Assignee: Geoffrey Jacoby
>         Attachments: PHOENIX-3877.patch
>
>
> PHOENIX-3663 introduced optional connection throttling in the JDBC driver. While the throttling itself works properly, the decrement operation on connection close won't update the open connection count unless an unrelated setting, returnSequenceValues, is true. (This is because the connection counts were originally built for sequence logic.) The result is that once we throttle, we often can't un-throttle even after congestion abates.  
> The decrement operation on connection close should also take place anytime the connection throttling is turned on.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)