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 mixed up modules configuration #4772

Merged
merged 2 commits into from
Jul 28, 2017
Merged

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Jul 27, 2017

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.

@tsg tsg added bug Filebeat Filebeat needs_backport PR is waiting to be backported to other branches. review v5.6.0 v6.0.0-GA labels Jul 27, 2017
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.
@tsg tsg force-pushed the fix_mixed_up_modules branch from c61f17d to 67e2fa2 Compare July 27, 2017 12:20
@tsg
Copy link
Contributor Author

tsg commented Jul 28, 2017

jenkins, test this again

@urso urso merged commit 4ce5360 into elastic:master Jul 28, 2017
tsg added a commit to tsg/beats that referenced this pull request Jul 28, 2017
* 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 removed the needs_backport PR is waiting to be backported to other branches. label Jul 28, 2017
tsg added a commit to tsg/beats that referenced this pull request Jul 28, 2017
* 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)
andrewkroh pushed a commit that referenced this pull request Jul 31, 2017
* Fix mixed up modules configuration

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.
(cherry picked from commit 4ce5360)
exekias pushed a commit that referenced this pull request Aug 2, 2017
* Fix mixed up modules configuration

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.
(cherry picked from commit 4ce5360)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
* 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 644ced8)
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