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 Settings equality test which broke the PipelineConfig equality #12009

Merged

Conversation

colinsurprenant
Copy link
Contributor

PipelineConfig.equals was calling Settings#eql but should be using Settings#equals which wires on the overloaded Settings#== method.

The symptom was that when pipeline reloading was triggered, the pipeline would always be reloaded regardless if it changed or not.

Copy link
Contributor

@andsel andsel left a comment

Choose a reason for hiding this comment

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

LGTM

@colinsurprenant colinsurprenant merged commit 757bf6b into elastic:master Jun 11, 2020
andsel pushed a commit to andsel/logstash that referenced this pull request Jun 26, 2020
fix Settings equality test which broke the PipelineConfig equality
elasticsearch-bot pushed a commit that referenced this pull request Jun 26, 2020
fix Settings equality test which broke the PipelineConfig equality
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