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

Flush data from buffer on closing #33

Merged
merged 1 commit into from
Jan 3, 2020
Merged

Conversation

vykulakov
Copy link
Collaborator

Now there is a bug with the buffered transport and if there are some bytes in the buffer before closing the transport they will be silently ignored. It does not create any problem with communication with a Flume server because there is no closing procedure and we can just loose only some unnecessary data of zlib transport. That's all.

Now there is a bug with the buffered transport and if there are some bytes in the buffer before closing the transport they will be silently ignored. It does not create any problem with communication with a Flume server because there is no any closing procedure and we can just loose only some unnecessary data of zlib transport. That's all.
@vykulakov vykulakov merged commit f4deb58 into master Jan 3, 2020
@vykulakov vykulakov deleted the slava/flush_on_close branch January 3, 2020 11:27
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.

None yet

1 participant