[
https://issues.apache.org/jira/browse/GEODE-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17197092#comment-17197092
]
ASF subversion and git services commented on GEODE-8492:
--------------------------------------------------------
Commit f2ccbc8ae860fc018baba7cc8de7b5e01a22c606 in geode's branch
refs/heads/develop from Sarah Abbey
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f2ccbc8 ]
GEODE-8492: fix redis 'clients' statistic (#5510)
The redis "clients" statistics went negative because it was being decremented
multiple
times when a connection disconnected. It is now only decremented once.
> 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
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> 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)