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

Clone params for output plugins to fix validation behavior #4483

Closed
wants to merge 1 commit into from

Conversation

andrewvc
Copy link
Contributor

The validator for plugin will mutate the params in place, causing
the various output instances to share an instance of the codec!
This is obviously dangerous. This patch restores the previous behavior

Fixes logstash-plugins/logstash-output-tcp#13 (comment)

The validator for plugin will mutate the params in place, causing
the various output instances to share an instance of the codec!
This is obviously dangerous. This patch restores the previous behavior
@andrewvc
Copy link
Contributor Author

This is a better fix: #4473

@andrewvc andrewvc closed this Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants