wu-sheng commented on issue #3069: Service cluster plugin bug URL: https://github.com/apache/skywalking/issues/3069#issuecomment-511167098 > When the node is set to Receiver mode, #registerRemote is not invoker and the ZookeeperCoordinator#queryRemoteNodes NacosCoordinator#queryRemoteNodes ConsulCoordinator#queryRemoteNodes return empty list,at this point MetricsRemoteWorker will not work properly, right? This is a bug for those coordinators. We add this in k8s coordinator, but miss to check others. `registerRemote` should not be called in `receiver` mode, that is correct, but the queryList should still work.
---------------------------------------------------------------- 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] With regards, Apache Git Services
