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

LocalFirstLoadBalance疑似bug,麻烦看一下? #155

Closed
wps886 opened this issue Jul 17, 2016 · 2 comments
Closed

LocalFirstLoadBalance疑似bug,麻烦看一下? #155

wps886 opened this issue Jul 17, 2016 · 2 comments

Comments

@wps886
Copy link

wps886 commented Jul 17, 2016

doc说“当不存在本地服务,但是存在远程RPC服务,则根据ActivWeight获取远程RPC服务”

然后第72行开始:
if (localReferers.isEmpty()) { referers = localReferers; }

是否应该是:

if (!localReferers.isEmpty()) { referers = localReferers; }

@rayzhang0603
Copy link
Collaborator

感谢反馈,这里确实是错误的,在下个版本中会修改这个问题

@rayzhang0603
Copy link
Collaborator

0.2.0版本已修复

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