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

Cherry-pick #4772 to 5.6: Fix mixed up modules configuration #4785

Merged
merged 1 commit into from
Jul 31, 2017

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Jul 28, 2017

Cherry-pick of PR #4772 to 5.6 branch. Original message:

Fixes #4761. Due to combining pointer and reference passing we ended up with
passing the same module pointer to multiple filesets. The pointer was correct
during initialization, but wrong during run time.

Also added an Info with the enabled modules / filesets.

* Fix mixed up modules configuration

Fixes elastic#4761. Due to combining pointer and reference passing we ended up with
passing the same module pointer to multiple filesets. The pointer was correct
during initialization, but wrong during run time.

Also added an Info with the enabled modules / filesets.
(cherry picked from commit 4ce5360)
@tsg tsg force-pushed the backport_4772_5.6 branch from 57e3393 to 8e8cfdf Compare July 28, 2017 14:53
@andrewkroh andrewkroh merged commit b95280e into elastic:5.6 Jul 31, 2017
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