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

Zookeeper registry get wrong provider list problem #166

Closed
JervyShi opened this issue Jun 13, 2018 · 0 comments
Closed

Zookeeper registry get wrong provider list problem #166

JervyShi opened this issue Jun 13, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JervyShi
Copy link
Member

JervyShi commented Jun 13, 2018

Describe the bug

SOFA RPC provides unique identity differentiation service through uniqueId. Services and references with different uniqueIds should not be visible to each other. However, this feature only takes effect when first subscribed.

  • Deploy service: com.test.service, uniqueId: a.
  • Reference: com.test.service. uniqueId: a. Continuous call service: com.test.service. uniqueId: a.
  • Deploy service: com.test.service, uniqueId: b.

Expected behavior

Service: com.test.service, uniqueId: b should never be invoked.

Actual behavior

Half of RPC calls are invoked to service with uniqueId: b.

Environment

  • SOFARPC version: 5.4.0
  • JVM version (e.g. java -version): 1.8
  • OS version (e.g. uname -a): Mac
  • Maven version: 3.2.5
  • IDE version:
@JervyShi JervyShi self-assigned this Jun 13, 2018
@JervyShi JervyShi added the bug Something isn't working label Jun 13, 2018
JervyShi added a commit to JervyShi/sofa-rpc that referenced this issue Jun 13, 2018
JervyShi added a commit to JervyShi/sofa-rpc that referenced this issue Jun 14, 2018
JervyShi added a commit to JervyShi/sofa-rpc that referenced this issue Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant