-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix select typo #73
fix select typo #73
Conversation
leizhiyuan
commented
May 1, 2018
•
edited by khotyn
Loading
edited by khotyn
- fix ConsistentHashLoadBalancer.sekectForKey(long hash) 是不是错别字了? #72
- optimize quickstart
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
============================================
- Coverage 63.56% 63.52% -0.05%
+ Complexity 594 592 -2
============================================
Files 263 263
Lines 11294 11294
Branches 1887 1887
============================================
- Hits 7179 7174 -5
- Misses 3148 3151 +3
- Partials 967 969 +2
Continue to review full report at Codecov.
|
@@ -32,9 +32,16 @@ public static void main(String[] args) { | |||
|
|||
HelloService helloService = consumerConfig.refer(); | |||
|
|||
//wait address to receive and connect successfully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to sleep here, you can use consumerConfig.setConnectTimeout(10000)
(default is 3000) for waiting slow connection.
@ujjboy fixed |
2.optimize quickstart
(cherry picked from commit 500b12f)