-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
复现只有一台provider 时, MergeableClusterInvoker 的bug #283
base: master
Are you sure you want to change the base?
Conversation
dubbo-samples-merge/dubbo-samples-merge-provider1/src/main/resources/spring/merge-provider.xml
Outdated
Show resolved
Hide resolved
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("spring/dubbo-consumer.xml"); | ||
context.start(); | ||
|
||
IDubboService dubboService = (IDubboService) context.getBean("dubboService"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls convert this case to integration test so it can verify automatically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, a file which was commited a few minutes ago.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
复现只有一台provider 时, MergeableClusterInvoker 的bug, for dubbo issues:
to fix something wrong with MergeableClusterInvoker #7359