turboFei commented on PR #3248: URL: https://github.com/apache/celeborn/pull/3248#issuecomment-2931115310
``` [info] - celeborn spark integration test - resubmit a failed barrier stage across jobs *** FAILED *** [info] org.apache.spark.SparkException: Job aborted due to stage failure: ResultStage 5 (collect at CelebornFetchFailureSuite.scala:379) has failed the maximum allowable number of times: 1. Most recent failure reason: [info] org.apache.spark.shuffle.FetchFailedException: Celeborn FetchFailure appShuffleId/shuffleId: 0/0 [info] at org.apache.spark.shuffle.celeborn.CelebornShuffleReader.read(CelebornShuffleReader.scala:96) [info] at org.apache.spark.rdd.ShuffledRDD.compute(ShuffledRDD.scala:106) [info] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:374) [info] at org.apache.spark.rdd.RDD.iterator(RDD.scala:338) [info] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:93) [info] at org.apache.spark.TaskContext.runTaskWithListeners(TaskContext.scala:171) [info] at org.apache.spark.scheduler.Task.run(Task.scala:147) [info] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$5(Executor.scala:647) [info] at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:80) [info] at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:77) [info] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:99) [info] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:650) [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [info] at java.base/java.lang.Thread.run(Thread.java:840) [info] Caused by: org.apache.celeborn.common.exception.CelebornRuntimeException: Get invalid shuffle id -1 [info] at org.apache.spark.shuffle.celeborn.SparkUtils.celebornShuffleId(SparkUtils.java:146) [info] at org.apache.spark.shuffle.celeborn.CelebornShuffleReader.read(CelebornShuffleReader.scala:84) [info] ... 14 more ``` https://github.com/apache/celeborn/actions/runs/15391457214/job/43306799162?pr=3248 -- 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]
