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 "steveloughran (via GitHub)" <gi...@apache.org> on 2023/05/03 09:49:50 UTC

[GitHub] [hadoop] steveloughran commented on a diff in pull request #5613: HADOOP-18727. Fix `WriteOperations.listMultipartUploads` function description

steveloughran commented on code in PR #5613:
URL: https://github.com/apache/hadoop/pull/5613#discussion_r1183469993


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/WriteOperations.java:
##########
@@ -192,11 +192,10 @@ int abortMultipartUploadsUnderPath(String prefix)
       throws IOException;
 
   /**
-   * 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

Review Comment:
   does still look limited to a few hundred, so keep that bit in, as well as adding a "." at the end. see the s3afs method it calls....



-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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