-
Notifications
You must be signed in to change notification settings - Fork 217
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
[BUG] Exception in substitute string processor shuts down processor work but not pipeline #2956
Comments
@engechas @graytaylor0 Will this PR fix this bug? #2945 |
@asifsmohammed No that PR will just make the characters |
@graytaylor0 @asifsmohammed @dlvenable This is happening if the pipeline config has keys with invalid characters. I think we should check this in the config validation. For example, the following config caused this error
In the above config the |
Describe the bug
When the substitute string processor encounters an exception while processing, it throws that exception and shuts down the process worker thread. The rest of the pipeline remains active but unable to make progress on incoming data. Example exception that shut down a process worker thread:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The entire pipeline should shut down rather than remaining partially alive but unable to process data
The text was updated successfully, but these errors were encountered: