manuzhang opened a new issue, #10356:
URL: https://github.com/apache/iceberg/issues/10356

   ### Apache Iceberg version
   
   main (development)
   
   ### Query engine
   
   Flink
   
   ### Please describe the bug 🐞
   
   ```
    TestIcebergSourceFailover > testBoundedWithSavepoint FAILED
       java.util.concurrent.ExecutionException: 
org.apache.flink.runtime.checkpoint.CheckpointException: Checkpoint triggering 
task Source: IcebergSource -> Map -> IcebergStreamWriter (2/2) of job 
836d7b1e55afa7658279f5f0003c819f is not being executed at the moment. Aborting 
checkpoint. Failure reason: Not all required tasks are currently running.
           at 
java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
           at 
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2005)
           at 
org.apache.iceberg.flink.source.TestIcebergSourceFailover.testBoundedWithSavepoint(TestIcebergSourceFailover.java:152)
   
           Caused by:
           org.apache.flink.runtime.checkpoint.CheckpointException: Checkpoint 
triggering task Source: IcebergSource -> Map -> IcebergStreamWriter (2/2) of 
job 836d7b1e55afa7658279f5f0003c819f is not being executed at the moment. 
Aborting checkpoint. Failure reason: Not all required tasks are currently 
running.
               at 
app//org.apache.flink.runtime.checkpoint.DefaultCheckpointPlanCalculator.checkTasksStarted(DefaultCheckpointPlanCalculator.java:143)
               at 
app//org.apache.flink.runtime.checkpoint.DefaultCheckpointPlanCalculator.lambda$calculateCheckpointPlan$1(DefaultCheckpointPlanCalculator.java:105)
               at 
java.base@11.0.23/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
               at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.lambda$handleRunAsync$4(PekkoRpcActor.java:451)
               at 
app//org.apache.flink.runtime.concurrent.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:68)
               at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRunAsync(PekkoRpcActor.java:451)
               at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcMessage(PekkoRpcActor.java:218)
               at 
org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor.handleRpcMessage(FencedPekkoRpcActor.java:85)
               at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleMessage(PekkoRpcActor.java:168)
               at 
org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
               at 
org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
               at scala.PartialFunction.applyOrElse(PartialFunction.scala:127)
               at scala.PartialFunction.applyOrElse$(PartialFunction.scala:126)
               at 
org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
               at 
scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:175)
               at 
scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:176)
               at 
scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:176)
               at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
               at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
               at 
org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
               at 
org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
               at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
               at 
org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
               at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
               at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
               at 
java.base@11.0.23/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
               at 
java.base@11.0.23/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
               at 
java.base@11.0.23/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
               at 
java.base@11.0.23/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
               at 
java.base@11.0.23/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
   ```


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to