pan3793 commented on code in PR #46047:
URL: https://github.com/apache/spark/pull/46047#discussion_r1575558648


##########
core/src/main/scala/org/apache/spark/SparkConf.scala:
##########
@@ -640,7 +640,8 @@ private[spark] object SparkConf extends Logging {
       DeprecatedConfig("spark.blacklist.killBlacklistedExecutors", "3.1.0",
         "Please use spark.excludeOnFailure.killExcludedExecutors"),
       
DeprecatedConfig("spark.yarn.blacklist.executor.launch.blacklisting.enabled", 
"3.1.0",
-        "Please use spark.yarn.executor.launch.excludeOnFailure.enabled")
+        "Please use spark.yarn.executor.launch.excludeOnFailure.enabled"),
+      DeprecatedConfig("spark.network.remoteReadNioBufferConversion", "3.5.2", 
"")

Review Comment:
   I fill the deprecated message with "Not used anymore", to be consistent with 
existing items
   ```
   DeprecatedConfig("spark.yarn.am.port", "2.0.0", "Not used anymore"),
   DeprecatedConfig("spark.executor.port", "2.0.0", "Not used anymore"),
   ...
   ```



-- 
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