OpenSearch/modules/ingest-common
Jake Landis de6f132887
[7.x] Foreach processor - fork recursive call (#50514) (#50773)
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.
2020-01-09 13:21:18 -06:00
..
src [7.x] Foreach processor - fork recursive call (#50514) (#50773) 2020-01-09 13:21:18 -06:00
build.gradle Backport: add templating support to pipeline processor (#49643) 2019-11-27 15:53:40 +01:00