mivanac commented on a change in pull request #6445:
URL: https://github.com/apache/geode/pull/6445#discussion_r645584256



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxyStats.java
##########
@@ -313,19 +332,38 @@ public void incCqCount() {
     this._stats.incInt(_cqCountId, 1);
   }
 
+  /**
+   * Increments the "numberThreadsPutInQueue" stat.
+   */
+  public void incNumberThreadsPutInQueue() {
+    synchronized (this) {

Review comment:
       Thanks for all the comments. I will update solution.




-- 
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:
[email protected]


Reply via email to