sunchao commented on code in PR #45052: URL: https://github.com/apache/spark/pull/45052#discussion_r1498147851
########## core/src/main/scala/org/apache/spark/SparkEnv.scala: ########## @@ -77,6 +76,12 @@ class SparkEnv ( def shuffleManager: ShuffleManager = _shuffleManager + // We initialize the MemoryManager later in SparkContext after DriverPlugin is loaded + // to allow the plugin to overwrite memory configurations + private var _memoryManager: MemoryManager = _ Review Comment: sure will do. -- 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]
