cloud-fan commented on code in PR #43926:
URL: https://github.com/apache/spark/pull/43926#discussion_r1400170021


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1728,6 +1728,16 @@ package object config {
       .checkValue(v => v > 0, "The max failures should be a positive value.")
       .createWithDefault(40)
 
+  private[spark] val CANCELLED_JOB_GROUP_SET_SIZE =
+    ConfigBuilder("spark.scheduler.job.cancelledJobGroupSet.size")
+      .doc("The size of the set to store cancelled job groups, if the job 
group is cancelled " +
+        "with cancelFutureJobs = true. If the size of the set exceeds this 
value, the oldest job " +
+        "group will be removed from the set.")

Review Comment:
   `The maximum number of job groups to track for cancelling job groups and 
their future jobs. If ...`



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