yhs0092 commented on a change in pull request #1936:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/1936#discussion_r481874820
##########
File path:
handlers/handler-loadbalance/src/main/java/org/apache/servicecomb/loadbalance/ServiceCombServerStats.java
##########
@@ -35,15 +36,14 @@
private static final Logger LOGGER =
LoggerFactory.getLogger(ServiceCombServerStats.class);
+ private final Object lock = new Object();
Review comment:
The `lock` is used in method `ensureWindow`. It does not get involved in
this issue.
----------------------------------------------------------------
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]