JkSelf commented on PR #52039: URL: https://github.com/apache/spark/pull/52039#issuecomment-3199199407
I couldn't reproduce the failed unit tests from CI — they pass in my local environment. ``` 2025-08-18T06:33:50.1460342Z [0m[[0m[0minfo[0m] [0m[0m[31m- concurrent query execution with fork-join pool (SPARK-13747) *** FAILED *** (1 second, 617 milliseconds)[0m[0m 2025-08-18T06:33:50.1463536Z [0m[[0m[0minfo[0m] [0m[0m[31m org.apache.spark.SparkException: [SPARK_JOB_CANCELLED] Job 13 cancelled part of cancelled job tags spark-session-bf217928-ec88-4b87-8190-490644c0873f-execution-root-id-23546 SQLSTATE: XXKDA[0m[0m 2025-08-18T06:33:50.1466074Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.errors.SparkCoreErrors$.sparkJobCancelled(SparkCoreErrors.scala:222)[0m[0m 2025-08-18T06:33:50.1470809Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.scheduler.DAGScheduler.handleJobCancellation(DAGScheduler.scala:2865)[0m[0m 2025-08-18T06:33:50.1472812Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleJobTagCancelled$7(DAGScheduler.scala:1258)[0m[0m 2025-08-18T06:33:50.1474859Z [0m[[0m[0minfo[0m] [0m[0m[31m at scala.runtime.java8.JFunction1$mcVI$sp.apply(JFunction1$mcVI$sp.scala:18)[0m[0m 2025-08-18T06:33:50.1495157Z [0m[[0m[0minfo[0m] [0m[0m[31m at scala.collection.mutable.HashSet$Node.foreach(HashSet.scala:450)[0m[0m 2025-08-18T06:33:50.1499692Z [0m[[0m[0minfo[0m] [0m[0m[31m at scala.collection.mutable.HashSet.foreach(HashSet.scala:376)[0m[0m 2025-08-18T06:33:50.1504374Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.scheduler.DAGScheduler.handleJobTagCancelled(DAGScheduler.scala:1258)[0m[0m 2025-08-18T06:33:50.1507546Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.doOnReceive(DAGScheduler.scala:3166)[0m[0m 2025-08-18T06:33:50.1510448Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:3141)[0m[0m 2025-08-18T06:33:50.1519005Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:3130)[0m[0m 2025-08-18T06:33:50.1546475Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:50)[0m[0m 2025-08-18T06:33:50.2622276Z [0m[[0m[0minfo[0m] [0m[0m[32m- Finding QueryExecution for given executionId (106 milliseconds)[0m[0m ``` @cloud-fan Do you have any input? Thanks. -- 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]
