Skip to content

Commit

Permalink
Merge pull request #38 from vintmd/mpu-exception
Browse files Browse the repository at this point in the history
double check of the complete mpu success return immediately
  • Loading branch information
yuyang733 authored Nov 5, 2021
2 parents 90af173 + a6745bc commit 8ba1c28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@ private <X> Object callCOSClientWithRetry(X request) throws CosServiceException,
}
LOG.warn("Complete mpu resp not complete key [{}]", key);
// todo: some other double check after cgi unified the ctime of mpu.
return new CompleteMultipartUploadResult();
} else {
throw new IOException(nce);
}
Expand Down

0 comments on commit 8ba1c28

Please sign in to comment.