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

Don't create too-long records from too-long records (leading to outage). #120

Closed
wants to merge 1 commit into from
Closed

Conversation

TyeMcQueen
Copy link

Without this patch, a single too-long record causes an even longer record
to be logged (which can cause the same error which logs an even longer
record, eventually leading to a progression of insanely long records consuming
available capacity and effectively halting nearly all other transfers).

Without this patch, a single too-long record causes an even longer record
to be logged (which can cause the same error which logs an even longer
record, eventually leading to a progression of insanely long records consuming
available capacity and effectively halting nearly all other transfers).
@riywo
Copy link
Contributor

riywo commented Sep 20, 2017

Hi @TyeMcQueen ,

Thank you for this PR. I took your idea and created a new PR to solve this issue. #127

@riywo riywo closed this Sep 20, 2017
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.

2 participants