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

Fix fluent-cat command to send sub-second precision time #1277

Merged
merged 2 commits into from
Oct 17, 2016

Conversation

repeatedly
Copy link
Member

Fix #1276

@repeatedly repeatedly added bug Something isn't working v0.14 labels Oct 15, 2016
@repeatedly
Copy link
Member Author

@tagomoris If no problem, I will merge this.

@@ -200,7 +202,8 @@ def write_impl(array)
end

begin
socket.write [@tag, array].to_msgpack
packer = Fluent::Engine.msgpack_factory.packer
Copy link
Member

Choose a reason for hiding this comment

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

It's better to use Fluent::MessagePackFactory.packer than using Fluent::Engine, because it makes internal dependency problem minimized.

@tagomoris
Copy link
Member

I pointed just one problem. Outline and others look good to me.

@repeatedly repeatedly merged commit bf83168 into master Oct 17, 2016
@repeatedly
Copy link
Member Author

Applied reviews and test passed.

@repeatedly repeatedly deleted the fix-cat-to-send-subsecond branch May 24, 2017 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants