-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
Lazy export will start multi server / Making all export/refer process serial. #969
Conversation
…o服务ServiceBean都要遍历一遍,性能不好,优化成ApplicationListener<ContextRefreshedEvent>
The thread here is daemon, and this is not a critical operation that have to wait. |
Your project cost more than 147s to finish start? Is there any time costing initialization process in your service bean? |
You used dubbo's |
yes,when consumer side refer service,it will establish connection and access registry center,it be better async refer |
it use filter,spring el+redis . |
Please resolve the conflicts. |
@bohrqiu for other enhancements you mentioned on this PR, would you mind to submit more PRs? |
@beiwei30 , I will open new PRs, close this PR ,thanks |
looking forward to |
What is the purpose of the change
fix some dubbo bug
Brief changelog
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.