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

复现只有一台provider 时, MergeableClusterInvoker 的bug #283

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zhangxin1932
Copy link

复现只有一台provider 时, MergeableClusterInvoker 的bug, for dubbo issues:
to fix something wrong with MergeableClusterInvoker #7359

ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("spring/dubbo-consumer.xml");
context.start();

IDubboService dubboService = (IDubboService) context.getBean("dubboService");
Copy link
Member

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

Copy link
Author

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.

Copy link
Member

@AlbumenJ AlbumenJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

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

Successfully merging this pull request may close these issues.

2 participants