You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (Jira)" <ji...@apache.org> on 2022/01/24 15:08:00 UTC

[jira] [Resolved] (HADOOP-18094) Disable S3A auditing by default.

     [ https://issues.apache.org/jira/browse/HADOOP-18094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran resolved HADOOP-18094.
-------------------------------------
    Fix Version/s: 3.3.2
       Resolution: Fixed

> Disable S3A auditing by default.
> --------------------------------
>
>                 Key: HADOOP-18094
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18094
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/s3
>    Affects Versions: 3.3.2
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Blocker
>             Fix For: 3.3.2
>
>
> See HADOOP-18091. S3A auditing leaks memory through ThreadLocal references
> * Adds a new option fs.s3a.audit.enabled to controls whether or not auditing
> is enabled. This is false by default.
> * When false, the S3A auditing manager is NoopAuditManagerS3A,
> which was formerly only used for unit tests and
> during filsystem initialization.
> * When true, ActiveAuditManagerS3A is used for managing auditing,
> allowing auditing events to be reported.
> * updates documentation and tests.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org