We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2da4c5 commit 7dde80eCopy full SHA for 7dde80e
core/src/main/scala/org/apache/spark/shuffle/IndexShuffleBlockResolver.scala
@@ -226,6 +226,7 @@ private[spark] class IndexShuffleBlockResolver(
226
227
override def onFailure(streamId: String, cause: Throwable): Unit = {
228
// the framework handles the connection itself, we just need to do local cleanup
229
+ logWarning(s"Error while uploading $blockId", cause)
230
channel.close()
231
fileTmp.delete()
232
}
0 commit comments