Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consumer一直提示warn #2705

Closed
leapig opened this issue Jul 17, 2024 · 1 comment
Closed

consumer一直提示warn #2705

leapig opened this issue Jul 17, 2024 · 1 comment

Comments

@leapig
Copy link

leapig commented Jul 17, 2024

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

Click me to check logs
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.
@chickenlj
Copy link
Contributor

This issue has been fixed in the main branch and will be released later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants