[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 Steve Loughran
parent 5ffcee8979
commit 0e82d42d2c

View File

@ -140,7 +140,7 @@ public boolean aboutToComplete(String uploadId,
new IOStatisticsSnapshot(iostatistics));
byte[] bytes = commitData.toBytes();
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);
LOG.debug("Closed MPU to {}, saved commit information to {}; data=:\n{}",
path, pendingPartKey, commitData);