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

Migrate out_copy and out_roundrobin to v0.14 API #1064

Merged
merged 6 commits into from
Jun 29, 2016

Conversation

tagomoris
Copy link
Member

This change fixes #1040 too.

@tagomoris
Copy link
Member Author

Tests of this change will fail because ArrayEventStream does NOT dup records correctly (and it's not tested in old test code).
Merging #1062 will solve this problem.

@repeatedly
Copy link
Member

After merged this and #1066, we should release v0.14.1 soon.
Currently, many users can't test fluentd v0.14 and new users from gem install fluentdmay have a bad first impression.
This is not good for fluentd itself and community.

@weights = []
end

attr_reader :outputs, :weights
attr_reader :weights
attr_accessor :rand_seed
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove this accessor?

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe yes. I have no idea about it.

@repeatedly
Copy link
Member

LGTM with removing unnecessary rand_seed.

@tagomoris
Copy link
Member Author

I pushed a comment to remove rand_seed.

@tagomoris
Copy link
Member Author

Rebased on #1063 changes due to fixes on event.rb.

@tagomoris tagomoris closed this Jun 28, 2016
@tagomoris tagomoris reopened this Jun 28, 2016
@tagomoris
Copy link
Member Author

I've rebased on current master HEAD. I'll merge this change after CI green.

@tagomoris tagomoris merged commit cdf3a23 into master Jun 29, 2016
@tagomoris
Copy link
Member Author

Merged!

@ganmacs ganmacs deleted the migrate-plugin-v14-copy-rr branch July 11, 2019 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unexpected error error="undefined method `router=' for #<Fluent::Plugin::StdoutOutput:…>
2 participants