-
Notifications
You must be signed in to change notification settings - Fork 210
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] The user_agent processor throws exceptions with multiple threads. #4618
Comments
I found this issue which seems to be the cause. Rather than try to synchronize in the processor, I'm going to write a new implementation of |
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Jun 12, 2024
…essor. Resolves opensearch-project#4618 Signed-off-by: David Venable <dlv@amazon.com>
4 tasks
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Jun 12, 2024
…s. Used to help reproduce and test opensearch-project#4618. Signed-off-by: David Venable <dlv@amazon.com>
4 tasks
Reproductionpipeline.yaml
docker-compose.yml
Test executionChange
Run:
|
dlvenable
added a commit
that referenced
this issue
Jun 13, 2024
Adds and uses a Caffeine-based caching parser for the user_agent processor. Resolves #4618 Signed-off-by: David Venable <dlv@amazon.com>
github-project-automation
bot
moved this from In review
to Done
in Data Prepper Tracking Board
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm seeing a number of errors such as:
To Reproduce
It is not very easy to reproduce this consistently.
user_agent
processor.Expected behavior
No errors, and cache works.
The text was updated successfully, but these errors were encountered: