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

Async Processors and Final Pipelines are Broken (#69818) #69849

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

original-brownbear
Copy link
Member

There was an obvious race here where async processor and final pipeline will
run concurrently (or the final pipeline runs multiple times in from the while loop).

relates #52339 (fixes one failure scenario here but since the failure also occurred in 7.10.x not all of them)

backport of #69818

There was an obvious race here where async processor and final pipeline will
run concurrently (or the final pipeline runs multiple times in from the while loop).

relates elastic#52339 (fixes one failure scenario here but since the failure also occurred in 7.10.x not all of them)
@original-brownbear original-brownbear added :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP backport labels Mar 3, 2021
@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Mar 3, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (Team:Core/Features)

@original-brownbear original-brownbear merged commit c7ad737 into elastic:7.12 Mar 3, 2021
@original-brownbear original-brownbear deleted the 69818-7.12 branch March 3, 2021 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP Team:Data Management Meta label for data/management team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants