You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dubbo-admin uses nacos as the registration center, the registration center notifySubscriber process is very slow and consumes a lot of memory. Because of all the service info will be related to every single service , so that every single service changed , the Subscriber will process all the service, and cache file store the all related service info.
Step1: use nacos as the registration center,
Strp2: Need have above 2000+ service
What you expected to happen
We hope that when using nacos as the registration center, dubbo-admin startup is the same as other registration centers, and service information mapping is accurate
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo: 3.2.16 JDK: 1.8 Server: Ubuntu 9.4.0-1ubuntu1~20.04.2
Steps to reproduce this issue
When dubbo-admin uses nacos as the registration center, the registration center notifySubscriber process is very slow and consumes a lot of memory. Because of all the service info will be related to every single service , so that every single service changed , the Subscriber will process all the service, and cache file store the all related service info.
Step1: use nacos as the registration center,
Strp2: Need have above 2000+ service
What you expected to happen
We hope that when using nacos as the registration center, dubbo-admin startup is the same as other registration centers, and service information mapping is accurate
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: