[ 
https://issues.apache.org/jira/browse/HADOOP-17547?focusedWorklogId=610492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610492
 ]

ASF GitHub Bot logged work on HADOOP-17547:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jun/21 07:57
            Start Date: 14/Jun/21 07:57
    Worklog Time Spent: 10m 
      Work Description: steveloughran merged pull request #3051:
URL: https://github.com/apache/hadoop/pull/3051


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 610492)
    Time Spent: 0.5h  (was: 20m)

> Magic committer to downgrade abort in cleanup if list uploads fails with 
> access denied
> --------------------------------------------------------------------------------------
>
>                 Key: HADOOP-17547
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17547
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.3.0
>            Reporter: Steve Loughran
>            Assignee: Bogdan Stolojan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.2
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If the caller doesn't have "s3:ListBucketMultipartUploads" permissions on a 
> bucket, then magic committer cleanup fails. 
> {code}
>       at 
> org.apache.hadoop.fs.s3a.S3AUtils.translateException(S3AUtils.java:247)
>       at org.apache.hadoop.fs.s3a.Invoker.once(Invoker.java:112)
>       at org.apache.hadoop.fs.s3a.Invoker.lambda$retry$4(Invoker.java:315)
>       at org.apache.hadoop.fs.s3a.Invoker.retryUntranslated(Invoker.java:407)
>       at org.apache.hadoop.fs.s3a.Invoker.retry(Invoker.java:311)
>       at org.apache.hadoop.fs.s3a.Invoker.retry(Invoker.java:286)
>       at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.listMultipartUploads(S3AFileSystem.java:4549)
>       at 
> org.apache.hadoop.fs.s3a.commit.CommitOperations.listPendingUploadsUnderPath(CommitOperations.java:361)
>       at 
> org.apache.hadoop.fs.s3a.commit.AbstractS3ACommitter.abortPendingUploadsInCleanup(AbstractS3ACommitter.java:671)
>       at 
> org.apache.hadoop.fs.s3a.commit.AbstractS3ACommitter.cleanup(AbstractS3ACommitter.java:770)
> {code}
> it should just swallow this, given it's best effort 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to