You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Mingliang Liu (JIRA)" <ji...@apache.org> on 2017/03/24 01:06:41 UTC

[jira] [Created] (HADOOP-14227) S3Guard: ITestS3AConcurrentOps is not cleaning up test data

Mingliang Liu created HADOOP-14227:
--------------------------------------

             Summary: S3Guard: ITestS3AConcurrentOps is not cleaning up test data
                 Key: HADOOP-14227
                 URL: https://issues.apache.org/jira/browse/HADOOP-14227
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs/s3
            Reporter: Mingliang Liu
            Assignee: Mingliang Liu


After running {{ITestS3AConcurrentOps}}, the test data is not cleanup in DynamoDB. There are two reasons:
# The {{ITestS3AConcurrentOps::teardown()}} method is not calling super teardown() method to clean up the default test directory.
# 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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