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

Periodic flush on in_tail plugin for multiline format #668 #696

Conversation

kikumoto
Copy link
Contributor

@kikumoto kikumoto commented Nov 4, 2015

I wrote patches for #668.
Please check this.
Thanks.

@repeatedly
Copy link
Member

We need testers for this patch.

@@ -262,6 +264,7 @@ def parse_multilines(lines, tail_watcher)
lb = tail_watcher.line_buffer
es = MultiEventStream.new
if @parser.has_firstline?
tail_watcher.line_buffer_flusher.reset unless tail_watcher.line_buffer_flusher.nil?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if tail_watcher.line_buffer_flusher

@kikumoto
Copy link
Contributor Author

I corrected the points that were pointed out.
But TravisCI have been failed.
It seems that it failed at the place where this PR was not related to.
What I should do ?
Please check.
thank you.

@sonots
Copy link
Member

sonots commented Nov 25, 2015

I re-ran tests

@kikumoto
Copy link
Contributor Author

Thanks!!!

@repeatedly
Copy link
Member

Ah, wait. This patch is for v0.12.
Could you send a patch to master?
This patch is not a v0.12 specific.

@repeatedly
Copy link
Member

After update patch and send to master, I will merge it.

@repeatedly repeatedly self-assigned this Jan 12, 2016
@kikumoto
Copy link
Contributor Author

I send the patch to master with #775 .
thanks.

@repeatedly
Copy link
Member

#775 is merged. Thanks!

@repeatedly repeatedly closed this Jan 17, 2016
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.

3 participants