You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/05/19 10:57:32 UTC

[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #6975: Fixed part of the dynamic configuration of ConfigurationDiscoveryService that does not take effect under certain circumstances.

kezhenxu94 commented on a change in pull request #6975:
URL: https://github.com/apache/skywalking/pull/6975#discussion_r635130102



##########
File path: apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/dynamic/ConfigurationDiscoveryService.java
##########
@@ -62,6 +62,8 @@
     private String uuid;
     private final Register register = new Register();
 
+    private int lastRegisterWatcherSize;

Review comment:
       ```suggestion
       private volatile int lastRegisterWatcherSize;
   ```




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