LuciferYang commented on code in PR #48896:
URL: https://github.com/apache/spark/pull/48896#discussion_r1849634924
##########
core/src/main/scala/org/apache/spark/MapOutputTracker.scala:
##########
@@ -839,7 +851,26 @@ private[spark] class MapOutputTrackerMaster(
}
def registerMapOutput(shuffleId: Int, mapIndex: Int, status: MapStatus):
Unit = {
- shuffleStatuses(shuffleId).addMapOutput(mapIndex, status)
+ if (enableOptimizeCompressedMapStatus && status != null) {
Review Comment:
Can `MapStatusesSerDeserBenchmark` be used to demonstrate performance
improvements?
--
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]