gengliangwang commented on code in PR #48198:
URL: https://github.com/apache/spark/pull/48198#discussion_r1771933501
##########
core/src/main/scala/org/apache/spark/deploy/ExternalShuffleService.scala:
##########
@@ -169,6 +169,7 @@ object ExternalShuffleService extends Logging {
Utils.initDaemon(log)
val sparkConf = new SparkConf
Utils.loadDefaultSparkProperties(sparkConf)
+ Logging.uninitialize()
Review Comment:
shall we add comments to explain why uninitialize?
--
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]