Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-13345 S3Guard: Improved Consistency for S3A
  3. HADOOP-14227

S3Guard: ITestS3AConcurrentOps is not cleaning up test data

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • HADOOP-13345
    • fs/s3
    • None

    Description

      After running ITestS3AConcurrentOps, the test data is not cleanup in DynamoDB. There are two reasons:

      1. The ITestS3AConcurrentOps::teardown() method is not calling super teardown() method to clean up the default test directory.
      2. The auxFs is not S3Guard aware even though the fs to test is. That's because the auxFs is creating a new Configuration object without patching in S3Guard options (via maybeEnableS3Guard(conf);).

      This JIRA is to clean up the data after test.

      Attachments

        Activity

          People

            liuml07 Mingliang Liu
            liuml07 Mingliang Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: