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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2019/06/11 14:31:00 UTC

[jira] [Created] (HADOOP-16362) ITestS3GuardToolDynamoDB.testDynamoDBInitDestroyCycle fails if test bucket isn't on demand

Steve Loughran created HADOOP-16362:
---------------------------------------

             Summary: ITestS3GuardToolDynamoDB.testDynamoDBInitDestroyCycle fails if test bucket isn't on demand
                 Key: HADOOP-16362
                 URL: https://issues.apache.org/jira/browse/HADOOP-16362
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Steve Loughran
            Assignee: Steve Loughran


After  HADOOP-15563, if the default s3guard bucket for an FS isn't on-demand, then  {{ITestS3GuardToolDynamoDB.testDynamoDBInitDestroyCycle}} fails.

This is because it creates an on-demand DDB table  using a dynamodb// ref, but then calls set-capacity on the original FS URL -which then uses any existing table if it is present. And if that table is provisioned, the set capacity call succeeds.

Fix: the set-capacity call to take the dynamodb:// URL too



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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