yaooqinn commented on PR #52791:
URL: https://github.com/apache/spark/pull/52791#issuecomment-3472381003

   ```
   [info] ShuffleNettyIoUringSuite:
   [info] - groupByKey without compression (139 milliseconds)
   [info] - shuffle non-zero block size *** FAILED *** (1 minute, 5 seconds)
   [info]   org.apache.spark.SparkException: Job aborted due to stage failure: 
Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 
0.0 (TID 6) (localhost executor 1): java.io.IOException: 
org.apache.spark.SparkException: [INTERNAL_ERROR_BROADCAST] Failed to get 
broadcast_0_piece0 of broadcast_0 SQLSTATE: XX000
   [info]       at 
org.apache.spark.util.SparkErrorUtils.tryOrIOException(SparkErrorUtils.scala:44)
   [info]       at 
org.apache.spark.util.SparkErrorUtils.tryOrIOException$(SparkErrorUtils.scala:35)
   [info]       at org.apache.spark.util.Utils$.tryOrIOException(Utils.scala:96)
   [info]       at 
org.apache.spark.broadcast.TorrentBroadcast.readBroadcastBlock(TorrentBroadcast.scala:255)
   [info]       at 
org.apache.spark.broadcast.TorrentBroadcast.getValue(TorrentBroadcast.scala:110)
   [info]       at 
org.apache.spark.broadcast.Broadcast.value(Broadcast.scala:70)
   [info]       at 
org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:91)
   [info]       at 
org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:54)
   [info]       at 
org.apache.spark.TaskContext.runTaskWithListeners(TaskContext.scala:180)
   [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:86)
   [info]       at 
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:83)
   [info]       at 
org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:96)
   [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)
   
   ```
   
    I will check these errors later


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

Reply via email to