Skip to content

The LoadbalanceRSocketClient cannot participate in load balancing calculations after the service node is restored #1123

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

Open
LiuYawei2019 opened this issue Mar 6, 2025 · 0 comments

Comments

@LiuYawei2019
Copy link

Based on the rsocket-java 1.1.3 version, the implementation of the LoadbalanceRSocketClient was tested. It was observed that after a service node went down, the client's load balancer successfully removed the node, ensuring that subsequent requests were not directed to the failed node. However, when the failed node resumed service, it was not promptly reintegrated into the load balancing mechanism.

Expected Behavior

It is expected that once the failed node recovers, the client can detect and reintegrate the node into the load balancing pool, thereby restoring the node's ability to handle requests.

Actual Behavior

Steps to Reproduce

For running the demo, please refer to https://github.com/LiuYawei2019/rsocketDemo.

Possible Solution

Your Environment

  • RSocket version(s) used: 1.1.3
  • Other relevant libraries versions (eg. netty, ...):
  • Platform (eg. JVM version (javar -version) or Node version (node --version)): JDK17
  • OS and version (eg uname -a): Darwin MacBookPro 21.6.0 Darwin Kernel Version 21.6.0: Mon Dec 19 20:44:01 PST 2022; root:xnu-8020.240.18~2/RELEASE_X86_64 x86_64
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

1 participant