This is a meta issue about some important Pipeline Java Execution issues. ## Priority Issues - [X] Java execution may start inputs before compilation of filters and outputs has completed #11170 - Fixed in #11492 - [x] Java execution reorders events even with 1 pipeline worker #10938 - Abandoned tentative fix #11020 - Incomplete POC #11099 (does not solve the [complex aggregate filter scenario] (https://gist.github.com/yaauie/82e199687c490a2e04fe1f0c9d9a7fee)) - New solution PR #11524 - [X] Java execution startup is potentially slower for some configurations - [x] fix for regression introduced by #11482 with #11564 ## Followup Issues - [x] improve `pipeline.ordered` setting to rebatch before outputs #11550 - Fixed in #11710 - [x] Document event ordering guaranties or lack thereof with multiple worker versus single worker - #11715 - [ ] Add integration harness around the expected compilation time which should be similar between single or multiple workers. #12476 ## Other issues - [x] quoted plugin options crashes logstash https://github.com/elastic/logstash/issues/11222 - Fixed in #11688
This is a meta issue about some important Pipeline Java Execution issues.
Priority Issues
(https://gist.github.com/yaauie/82e199687c490a2e04fe1f0c9d9a7fee))
Followup Issues
pipeline.orderedsetting to rebatch before outputs improvepipeline.orderedsetting to rebatch before outputs #11550 - Fixed in Rebatch after filters when using pipeline.ordered #11710Other issues