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

[7.5] Foreach processor - fork recursive call (#50514) (#50773) #50816

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

jakelandis
Copy link
Contributor

Backports the following commits to 7.5:

A very large number of recursive calls can cause a stack overflow
exception. This commit forks the recursive calls for non-async
processors. Once forked, each thread will handle at most 10
recursive calls to help keep the stack size and thread count
down to a reasonable size.
@jakelandis jakelandis changed the title [7.5] [7.x] Foreach processor - fork recursive call (#50514) (#50773) [7.5] Foreach processor - fork recursive call (#50514) (#50773) Jan 9, 2020
@jakelandis jakelandis merged commit 72a2d84 into elastic:7.5 Jan 9, 2020
@jakelandis jakelandis deleted the backport/7.5/pr-50773 branch January 9, 2020 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant