srowen commented on code in PR #40440:
URL: https://github.com/apache/spark/pull/40440#discussion_r1141396846


##########
core/src/main/scala/org/apache/spark/MapOutputTracker.scala:
##########
@@ -697,6 +697,8 @@ private[spark] class MapOutputTrackerMaster(
     pool
   }
 
+  private val availableProcessors = Runtime.getRuntime.availableProcessors()

Review Comment:
   The other usages don't seem to matter - one-time checks in initialization, 
that kind of thing. I'm OK with this by itself



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to