cloud-fan commented on code in PR #52606:
URL: https://github.com/apache/spark/pull/52606#discussion_r2495524659
##########
core/src/main/scala/org/apache/spark/MapOutputTracker.scala:
##########
@@ -689,9 +689,17 @@ private[spark] abstract class MapOutputTracker(conf:
SparkConf) extends Logging
def getShufflePushMergerLocations(shuffleId: Int): Seq[BlockManagerId]
/**
- * Deletes map output status information for the specified shuffle stage.
+ * Deletes the single-source-of-truth map output status information for
+ * the specified shuffle stage. This currently should only be called
+ * through [[ContextCleaner]] when the shuffle is considered no longer
+ * referenced anywhere.
*/
- def unregisterShuffle(shuffleId: Int): Unit
+ def unregisterShuffle(shuffleId: Int): Unit = {}
Review Comment:
```suggestion
def unregisterShuffle(shuffleId: Int): Unit
```
alll sub-classes should implement it, as before
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]