Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-18094

Disable S3A auditing by default.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 3.3.2
    • 3.3.2
    • fs/s3
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: