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

Add retry on hadoop client calls #347

Open
3 tasks
raronson opened this issue Sep 16, 2014 · 0 comments
Open
3 tasks

Add retry on hadoop client calls #347

raronson opened this issue Sep 16, 2014 · 0 comments

Comments

@raronson
Copy link
Contributor

If the cluster is under a lot of load, client calls which directly interact with it can fail in weird ways. I have seen LeaseExpiredException, ConnectException: Connection refused, and others which all point to a cluster under load not able to respond to requests.

Scoobi should retry these client calls a number of times so the app doesn't die on the first exception from a hadoop call.

Examples:

  • Counters
  • HDFS interaction
  • Other?
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

1 participant