Ngone51 commented on code in PR #52919:
URL: https://github.com/apache/spark/pull/52919#discussion_r2544717467
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1969,6 +1969,11 @@ package object config {
.booleanConf
.createWithDefault(false)
+ private[spark] val CLEANER_REFERENCE_TRACKING_BLOCKING_TIMEOUT =
+ ConfigBuilder("spark.cleaner.referenceTracking.blocking.timeout")
+ .version("4.1.0")
Review Comment:
4.2.0?
--
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]