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

When app start up, DynamicServerListLoadBalancer list of Servers is always null #4

Open
micheal-xudb opened this issue Oct 31, 2016 · 4 comments

Comments

@micheal-xudb
Copy link

I use feignclient with eureka, server A need to call service B use feign , when service A start up, the first call to service B is always fail.
I find that the loadbalancer has no server, and then "Using serverListUpdater PollingServerListUpdater", I think it is better to pollingserver list when Server A start up .

@micheal-xudb
Copy link
Author

related with https://github.com/spring-cloud/spring-cloud-netflix/issues/384
So the hytrix config will help and the warmup is better
Sorry for the noise.

@spencergibb
Copy link
Contributor

can we close this?

@jsotogt
Copy link

jsotogt commented Jan 3, 2017

@spencergibb we are also having problems with this. Basically, the lazy initialization of the DynamicServerListLoadBalancer(s) gives us problems on the first request after a deployment or service restart.

Should I follow this thread or https://github.com/spring-cloud/spring-cloud-netflix/issues/384 instead?

Thanks!

@spencergibb
Copy link
Contributor

@jsotogt that is specific to feign. Is your issue with feign?

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

3 participants