arugal opened a new issue #3069: Service cluster plugin bug URL: https://github.com/apache/skywalking/issues/3069 Please answer these questions before submitting your issue. - Why do you submit this issue? - [x] Question or discussion - [ ] Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Question - What do you want to know? When the node is set to ```Receiver``` mode, ```#registerRemote``` is not invoker and the ```ZookeeperCoordinator#queryRemoteNodes``` return empty list,at this point MetricsRemoteWorker will not work properly, right? https://github.com/apache/skywalking/blob/1d13d735bbc1db1edd5a70b92b6bffd40bd9e4cc/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/CoreModuleProvider.java#L177-L180 https://github.com/apache/skywalking/blob/1d13d735bbc1db1edd5a70b92b6bffd40bd9e4cc/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/remote/client/RemoteClientManager.java#L91-L93 https://github.com/apache/skywalking/blob/1d13d735bbc1db1edd5a70b92b6bffd40bd9e4cc/oap-server/server-cluster-plugin/cluster-zookeeper-plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/zookeeper/ZookeeperCoordinator.java#L32-L91
---------------------------------------------------------------- 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
