Skip to content

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.

1 participant