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

Error handling tweaks #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Error handling tweaks #4

wants to merge 6 commits into from

Conversation

davel
Copy link

@davel davel commented Jan 8, 2013

This patch does two things;

When we lose a connection and reconnect, we do so in a strict sequence so that we only ever retry the failed host after trying all the others. The client also shuffles the list of hosts, so that if there is more than two trackers, clients will use the remaining ones when one fails.

We have found the most of the error responses we receive are caused by a particular tracker going bad in some way. Usually, losing database access, or another process making the machine OOM. We thus force a reconnection to a different tracker after every error.

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

Successfully merging this pull request may close these issues.

1 participant