-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[type:feat] use binary search optimize random load balance #4935
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4935 +/- ##
============================================
- Coverage 60.99% 60.97% -0.03%
+ Complexity 8622 8621 -1
============================================
Files 1258 1258
Lines 38426 38424 -2
Branches 3679 3680 +1
============================================
- Hits 23439 23428 -11
- Misses 12871 12882 +11
+ Partials 2116 2114 -2 ☔ View full report in Codecov by Sentry. |
shenyu-loadbalancer/src/main/java/org/apache/shenyu/loadbalancer/spi/RandomLoadBalancer.java
Show resolved
Hide resolved
pending next version~ |
All right. But I have a question, Why does CI always fail? |
e2e testing has a bug |
close #4932
Make sure that:
./mvnw clean install -Dmaven.javadoc.skip=true
.