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

Port exhaustion when sending logs to Redis #3

Open
nerdguy06 opened this issue Jun 10, 2013 · 0 comments
Open

Port exhaustion when sending logs to Redis #3

nerdguy06 opened this issue Jun 10, 2013 · 0 comments

Comments

@nerdguy06
Copy link

I am using WOODCHUCK to send my logs to a Redis server and it works fine.
Bu the problem is that it fails when the number of logs are >28232.
This is due to the exhaustion of ports since Linux uses ephemeral ports 32768-61000 (28,232 total ports)

How do I make woodchuck use the same port so that I do run out of ports when sending to Redis ?
What changes are required in the code?

Kindly come up with a fix for this.

My requirements:
Ship logs from a file to Redis - Rate of generation of logs is around 10000 logs per second.
This lightweight shipper will be running on various servers, all of which will be shipping their logs to a central Redis server.

Thanks.

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