You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/14 19:56:00 UTC

[jira] [Commented] (GEODE-8492) Redis "clients" statistic goes negative

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

ASF GitHub Bot commented on GEODE-8492:
---------------------------------------

sabbeyPivotal opened a new pull request #5510:
URL: https://github.com/apache/geode/pull/5510


   When running a long running app, we noticed that our "clients" statistic was negative. It should always be greater than or equal to 0.
   
   It seems like the call to decrement the number of clients was being invoked multiple times for each client.
   
   We created an atomic boolean to manage the client's closed state.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Redis "clients" statistic goes negative
> ---------------------------------------
>
>                 Key: GEODE-8492
>                 URL: https://issues.apache.org/jira/browse/GEODE-8492
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Sarah Abbey
>            Assignee: Sarah Abbey
>            Priority: Minor
>
> When running a long running app, we noticed that our "clients" statistic was negative.  It should always be greater than or equal to 0. 
> It seems like the call to decrement the number of clients was being invoked multiple times for each client.



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