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 "Shilun Fan (Jira)" <ji...@apache.org> on 2024/01/21 01:12:00 UTC

[jira] [Commented] (HADOOP-18727) Fix WriteOperations.listMultipartUploads function description

    [ https://issues.apache.org/jira/browse/HADOOP-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808983#comment-17808983 ] 

Shilun Fan commented on HADOOP-18727:
-------------------------------------

3.3.6 release has been fixed, fix version removed 3.4.0

> Fix WriteOperations.listMultipartUploads function description
> -------------------------------------------------------------
>
>                 Key: HADOOP-18727
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18727
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs/s3
>    Affects Versions: 3.3.2, 3.3.3, 3.3.4
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 3.3.6
>
>
> {code:java}
>    /**
> -   * Abort multipart uploads under a path: limited to the first
> -   * few hundred.
> -   * @param prefix prefix for uploads to abort
> -   * @return a count of aborts
> -   * @throws IOException trouble; FileNotFoundExceptions are swallowed.
> +   * List in-progress multipart uploads under a path
> +   * @param prefix prefix for uploads to list
> +   * @return a list of in-progress multipart uploads
> +   * @throws IOException on problems
>     */
>    List<MultipartUpload> listMultipartUploads(String prefix) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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