Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0
Description
def unregisterShuffle(shuffleId: Int): Unit = { shuffleStatuses.remove(shuffleId).foreach { shuffleStatus => // SPARK-39553: Add protection for Scala 2.13 due to https://github.com/scala/bug/issues/12613 // We should revert this if Scala 2.13 solves this issue. if (shuffleStatus != null) { shuffleStatus.invalidateSerializedMapOutputStatusCache() shuffleStatus.invalidateSerializedMergeOutputStatusCache() } } }
This issue has been fixed in Scala 2.13.9.
Attachments
Issue Links
- links to