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 timezone for compat timesliced output plugins #1307

Merged
merged 2 commits into from
Nov 9, 2016

Conversation

tagomoris
Copy link
Member

This change fixes #1300.

Instance variables defined via config_param are initialized with nil (if specified so) after change #1296.
TimeSlicedOutput plugin compat layer wrongly sets instance variable before calling super, and the values of these instance variable are overwritten by super.

I fixed that problem, and wrote a test for it.

@tagomoris tagomoris added bug Something isn't working v0.14 labels Nov 8, 2016
@tagomoris
Copy link
Member Author

@repeatedly Could you check this fix?

@tagomoris
Copy link
Member Author

@repeatedly ping

@repeatedly
Copy link
Member

I tested this patch with my configuration and it worked.
LGTM

@tagomoris tagomoris merged commit 38852e7 into master Nov 9, 2016
@tagomoris tagomoris deleted the fix-timezone-for-compat-timesliced-output-plugins branch November 9, 2016 06:48
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.

master breaks compat TimeSlicedOutput
2 participants