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

Make FilterStreamInput less trappy #92422

Merged
merged 2 commits into from
Dec 16, 2022

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Dec 16, 2022

When version is set on FilterStreamInput, it is passed to the delegate stream. However, any uses of this.version directly on the stream are not correct. While it would be better to force using getVersion() consistently, this commit makes the situation less trappy by also setting the version on the wrapper stream.

relates #88686

When version is set on FilterStreamInput, it is passed to the delegate
stream. However, any uses of this.version directly on the stream are not
correct. While it would be better to force using getVersion()
consistently, this commit makes the situation less trappy by also
setting the version on the wrapper stream.

relates elastic#88686
@rjernst rjernst added >bug :Core/Infra/Core Core issues without another label v8.7.0 labels Dec 16, 2022
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Dec 16, 2022
@elasticsearchmachine
Copy link
Collaborator

Hi @rjernst, I've created a changelog YAML for you.

Copy link
Member

@thecoop thecoop left a comment

Choose a reason for hiding this comment

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

Good find!

@rjernst rjernst added the auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Dec 16, 2022
@elasticsearchmachine elasticsearchmachine merged commit acbd277 into elastic:main Dec 16, 2022
@rjernst rjernst deleted the stream/filter_version branch December 16, 2022 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) >bug :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants