Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ class PushDataHandler(val workerSource: WorkerSource) extends BaseMessageHandler
// after worker restart, some tasks still push data to this HARD_SPLIT partition.
logDebug(s"[Case2] Receive push data for committed hard split partition of " +
s"(shuffle $shuffleKey, map $mapId attempt $attemptId)")
workerSource.incCounter(WorkerSource.WRITE_DATA_HARD_SPLIT_COUNT)
callbackWithTimer.onSuccess(ByteBuffer.wrap(Array[Byte](StatusCode.HARD_SPLIT.getValue)))
} else {
logWarning(s"While handle PushData, Partition location wasn't found for " +
Expand Down
Loading