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

Eureka Client not resilient to socket read timeouts not getting triggered #138

Closed
NiteshKant opened this issue Jun 6, 2014 · 0 comments
Closed
Labels
Milestone

Comments

@NiteshKant
Copy link
Contributor

Eureka client uses thread pool schedulers to schedule tasks:

  • Fetch registry
  • Heartbeats

This assumes that every scheduled task finishes either with success or error. If this assumption is broken, no new tasks (for the same type) gets scheduled.
In some scenarios we have seen inside AWS that the socket read timeouts do not get triggered which makes the thread reading HTTP response stuck and hence break the above assumption.

The client should be able to identify this scenario and be resilient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant