-
Notifications
You must be signed in to change notification settings - Fork 207
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
Trace analytics ingestion End-to-end tests have been flaky #366
Comments
One way to mitigate is to introduce retry rule based upon UnprocessedRequestException as here: https://armeria.dev/docs/client-retry/ But we still need to find the root cause |
The above PR mitigates the issue. Checking with Armeria community if |
Issue persists:
Needs to dive deeper |
Deep dive into data-prepper container logs:
|
Also seeing similar error in opensearch sink integration with opensearch:
|
For ODFE backward integration tests, I have not seen similar issue happening yet. So I infer this is a bug in opensearch engine. Will doublecheck. |
Also check logs in opensearch container:
|
Opened an issue on opensearch engine: opensearch-project/OpenSearch#1350 |
Close since it has not been detected since #403 merged. |
Describe the bug
Recently I am seeing more frequent CI failure on e2e tests due to UnprocessedRequestException when Armeria client sending the requests.
To Reproduce
This is produced by github CI.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: