cloud-fan commented on code in PR #45722:
URL: https://github.com/apache/spark/pull/45722#discussion_r1539162989
##########
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala:
##########
@@ -1220,6 +1220,10 @@ private[spark] class DAGScheduler(
_.getProperty(SparkContext.SPARK_JOB_GROUP_ID) == groupId
}
}
+ if (activeInGroup.isEmpty && !cancelFutureJobs) {
+ logWarning(s"Cancel job group $groupId failed due to " +
Review Comment:
`Failed to cancel job group $groupId. Cannot find active jobs for it.`
--
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]