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

[BUG] <Optimizing RandomLoadBalancer using binary search> #4932

Open
1 task done
eye-gu opened this issue Jul 31, 2023 · 0 comments · May be fixed by #4935
Open
1 task done

[BUG] <Optimizing RandomLoadBalancer using binary search> #4932

eye-gu opened this issue Jul 31, 2023 · 0 comments · May be fixed by #4935
Labels
type: bug Something isn't working

Comments

@eye-gu
Copy link

eye-gu commented Jul 31, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The current RandomLoadBalancer is selected through traversal, with a complexity of O (n) and can be optimized through binary search.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

ShenYu version(s):

Debug logs

No response

Anything else?

No response

@eye-gu eye-gu added the type: bug Something isn't working label Jul 31, 2023
@eye-gu eye-gu linked a pull request Jul 31, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant