You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Matt Ryan (JIRA)" <ji...@apache.org> on 2018/11/08 10:22:00 UTC

[jira] [Created] (OAK-7887) [S3DataStore] HTTP 409 returned S3 in init() can cause init() failure

Matt Ryan created OAK-7887:
------------------------------

             Summary: [S3DataStore] HTTP 409 returned S3 in init() can cause init() failure
                 Key: OAK-7887
                 URL: https://issues.apache.org/jira/browse/OAK-7887
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: blob-cloud
            Reporter: Matt Ryan
            Assignee: Matt Ryan


When running S3DataStore tests on Jenkins CI, about 10% of the tests failed for the same reason:  a 409 error code returned from Amazon during the {{init()}} method of {{S3Backend}}.  I suspect this is being caused by the call to create the bucket if it doesn't already exist.

To fix this we would need to implement some retry logic in the {{init()}} call.



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