-
Notifications
You must be signed in to change notification settings - Fork 202
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] Armeria ContentTooLargeExceptions are misclassified as Internal Exceptions #4080
Comments
Related issue: #4037 |
I've done some testing on this. Data Prepper is return a 413 when the content is too large. However, we should make some changes to reduce the logging. |
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Jun 14, 2024
…arch-project#4080. Signed-off-by: David Venable <dlv@amazon.com>
4 tasks
dlvenable
added a commit
that referenced
this issue
Jun 17, 2024
dlvenable
added a commit
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Really large requests that are sent to an HTTP source pipeline can lead to Armeria exceptions which are not correctly classified by Data Prepper. Metrics show this as a 500 error. Logs included below:
To Reproduce
Steps to reproduce the behavior:
1048576
bytesExpected behavior
This type of error should result in a 413 or similar 4XX error code
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: