[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-07-13 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-657531015 thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-06-23 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-648147896 and some minor checkstyles ``` ./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/MultipartUploader.java:103: CompletableFuture abortUploadsUnd

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-06-23 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-648147293 clearly unrelated failure ``` [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.782 s <<< FAILURE! - in org.apache.hadoop.security.TestRace

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-06-11 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-642640410 ``` java.lang.AssertionError: 1 methods were not overridden correctly - see log at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Ass

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-06-04 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-639086252 test s3 ireland; unguarded faiures in ITestS3AConfiguration as expected errors didnt surface -probably because I've disabled bucket existence checks ---

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-06-03 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-638116319 need to rebase This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-05-23 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-633044055 > also, we should let the builder take a org.apache.hadoop.util.Progressable for regular callbacks no: better to do that slow upload in a separate thread.

[GitHub] [hadoop] steveloughran commented on pull request #1679: HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.

2020-05-23 Thread GitBox
steveloughran commented on pull request #1679: URL: https://github.com/apache/hadoop/pull/1679#issuecomment-633044192 aaron -thanks for the review. I'll do the tweaks you suggested, fix checkstyle and once the tests are happy, merge