Skip to content
Closed
Prev Previous commit
Next Next commit
Fix long line.
  • Loading branch information
JoshRosen committed Jul 28, 2015
commit 44f6497cf4fa3be09feffb299969c96878e1872d
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ private[spark] class ShuffleMemoryManager(maxMemory: Long) extends Logging {
taskMemory(taskAttemptId) += toGrant
return toGrant
} else {
logInfo(s"Thread $taskAttemptId waiting for at least 1/2N of shuffle memory pool to be free")
logInfo(
s"Thread $taskAttemptId waiting for at least 1/2N of shuffle memory pool to be free")
wait()
}
} else {
Expand Down