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

Connect to upstream hosts in random order #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

garethhumphriesgkc
Copy link

At present lumberjack always connect to the listed hosts in order specified in the configuration. This is bad for load balancing reasons, as the first host will always get the majority or the work, leaving subsequent nodes idle.

Bu shuffling the host list before connecting, we connect to them in a random order each time, spreading the load in a more even way.

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