We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1398b commit 394584bCopy full SHA for 394584b
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/WriteOperationHelper.java
@@ -266,8 +266,7 @@ private CompleteMultipartUploadResult finalizeMultipartUpload(
266
/**
267
* This completes a multipart upload to the destination key via
268
* {@code finalizeMultipartUpload()}.
269
- * Here retries are handled to avoid losing all data
270
- * on a transient failure.
+ * Retries increment the {@code errorCount} counter.
271
* @param uploadId multipart operation Id
272
* @param partETags list of partial uploads
273
* @param length length of the upload
0 commit comments