AlbumenJ commented on code in PR #11923:
URL: https://github.com/apache/dubbo/pull/11923#discussion_r1148713749
##########
dubbo-metrics/dubbo-metrics-default/src/main/java/org/apache/dubbo/metrics/collector/DefaultMetricsCollector.java:
##########
@@ -41,6 +41,7 @@ public class DefaultMetricsCollector implements
MetricsCollector {
private boolean collectEnabled = false;
+ private boolean threadpoolCollectEnabled=false;
Review Comment:
```suggestion
private volatile boolean threadpoolCollectEnabled=false;
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]