Attila Doroszlai created HDDS-15000:
---------------------------------------
Summary: Improve S3 audit log stack traces
Key: HDDS-15000
URL: https://issues.apache.org/jira/browse/HDDS-15000
Project: Apache Ozone
Issue Type: Sub-task
Components: s3gateway
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
Audit log shows only the last two elements of stack traces. For several failed
S3 Gateway requests it is always the same:
{code}
... | ERROR | S3GAudit | ... | op=GET_BUCKET ... | ret=FAILURE |
org.apache.hadoop.ozone.s3.exception.OS3Exception
at
org.apache.hadoop.ozone.s3.exception.S3ErrorTable.newError(S3ErrorTable.java:192)
at
org.apache.hadoop.ozone.s3.exception.S3ErrorTable.newError(S3ErrorTable.java:179)
{code}
due to two levels of {{newError}} calls.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]