leapig opened a new issue, #2705: URL: https://github.com/apache/dubbo-go/issues/2705
### Environment - Server: Dubbo-go, v3.2.0-rc1 - Client: Dubbo-go, v3.2.0-rc1 - Protocol: Triple+pb - Registry: Nacos, v2.3.2 ### Issue description 客户端监听provider后,一只不间断的输出以下日志,不知什么原因,能否关闭 ### Logs <details><summary>Click me to check logs</summary> ``` 2024-07-17 10:21:31 WARN tag/router.go:107 [tag router]Parse new tag route config error, EOF and we will use the original tag rule configuration. 2024-07-17 10:21:31 INFO nacos/listener.go:66 profile:core.Core::.condition-router. this profile is already listening 2024-07-17 10:21:31 WARN condition/dynamic_router.go:67 [condition router]Build a new condition route config error, EOF and we will use the original condition rule configuration. 2024-07-17 10:21:42 INFO servicediscovery/service_instances_changed_listener_impl.go:102 Received instance notification event of service core, instance list size %!s(int=1) 2024-07-17 10:21:42 INFO nacos/listener.go:66 profile:core.tag-router. this profile is already listening 2024-07-17 10:21:42 WARN tag/router.go:107 [tag router]Parse new tag route config error, EOF and we will use the original tag rule configuration. 2024-07-17 10:21:42 INFO nacos/listener.go:66 profile:core.Core::.condition-router. this profile is already listening 2024-07-17 10:21:42 WARN condition/dynamic_router.go:67 [condition router]Build a new condition route config error, EOF and we will use the original condition rule configuration. 2024-07-17 10:21:53 INFO servicediscovery/service_instances_changed_listener_impl.go:102 Received instance notification event of service core, instance list size %!s(int=1) 2024-07-17 10:21:53 INFO nacos/listener.go:66 profile:core.tag-router. this profile is already listening 2024-07-17 10:21:53 WARN tag/router.go:107 [tag router]Parse new tag route config error, EOF and we will use the original tag rule configuration. 2024-07-17 10:21:53 INFO nacos/listener.go:66 profile:core.Core::.condition-router. this profile is already listening 2024-07-17 10:21:53 WARN condition/dynamic_router.go:67 [condition router]Build a new condition route config error, EOF and we will use the original condition rule configuration. 2024-07-17 10:22:04 INFO servicediscovery/service_instances_changed_listener_impl.go:102 Received instance notification event of service core, instance list size %!s(int=1) 2024-07-17 10:22:04 INFO nacos/listener.go:66 profile:core.tag-router. this profile is already listening 2024-07-17 10:22:04 WARN tag/router.go:107 [tag router]Parse new tag route config error, EOF and we will use the original tag rule configuration. 2024-07-17 10:22:04 INFO nacos/listener.go:66 profile:core.Core::.condition-router. this profile is already listening 2024-07-17 10:22:04 WARN condition/dynamic_router.go:67 [condition router]Build a new condition route config error, EOF and we will use the original condition rule configuration. ``` </details> -- 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]
