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:
us...@infra.apache.org


Reply via email to