Skip to content

Commit 394584b

Browse files
committed
HADOOP-13786 javadocs
1 parent 1e1398b commit 394584b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/WriteOperationHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ private CompleteMultipartUploadResult finalizeMultipartUpload(
266266
/**
267267
* This completes a multipart upload to the destination key via
268268
* {@code finalizeMultipartUpload()}.
269-
* Here retries are handled to avoid losing all data
270-
* on a transient failure.
269+
* Retries increment the {@code errorCount} counter.
271270
* @param uploadId multipart operation Id
272271
* @param partETags list of partial uploads
273272
* @param length length of the upload

0 commit comments

Comments
 (0)