[HADOOP-17567] typo in MagicCommitTracker (#2749)
Contributed by Pierrick Hymbert
This commit is contained in:
parent
7a851c7176
commit
ebfba0b6fa
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user