[HADOOP-17567] typo in MagicCommitTracker (#2749)

Contributed by Pierrick Hymbert
This commit is contained in:
Pierrick Hymbert 2021-03-10 16:39:55 +01:00 committed by GitHub
parent 7a851c7176
commit ebfba0b6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ public boolean aboutToComplete(String uploadId,
new IOStatisticsSnapshot(iostatistics)); new IOStatisticsSnapshot(iostatistics));
byte[] bytes = commitData.toBytes(); byte[] bytes = commitData.toBytes();
LOG.info("Uncommitted data pending to file {};" LOG.info("Uncommitted data pending to file {};"
+ " commit metadata for {} parts in {}. sixe: {} byte(s)", + " commit metadata for {} parts in {}. size: {} byte(s)",
path.toUri(), parts.size(), pendingPartKey, bytesWritten); path.toUri(), parts.size(), pendingPartKey, bytesWritten);
LOG.debug("Closed MPU to {}, saved commit information to {}; data=:\n{}", LOG.debug("Closed MPU to {}, saved commit information to {}; data=:\n{}",
path, pendingPartKey, commitData); path, pendingPartKey, commitData);