You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/10 11:13:38 UTC

[GitHub] [incubator-seatunnel] liugddx opened a new issue, #3908: [Bug] [Seatunnel-Engine] when sub plan scheduling fails,a NPE will happen.

liugddx opened a new issue, #3908:
URL: https://github.com/apache/incubator-seatunnel/issues/3908

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   2023-01-10 06:56:28,409 ERROR org.apache.seatunnel.engine.server.dag.physical.SubPlan - Restore pipeline Job testBatchJobRestoreIn3NodeMasterDown (665086496562216963), Pipeline: [(1/2)] error with exception: java.lang.NullPointerException
   	at org.apache.seatunnel.engine.common.utils.PassiveCompletableFuture.<init>(PassiveCompletableFuture.java:30)
   	at org.apache.seatunnel.engine.server.master.JobMaster.reSchedulerPipeline(JobMaster.java:260)
   	at org.apache.seatunnel.engine.server.dag.physical.SubPlan.restorePipeline(SubPlan.java:347)
   	at org.apache.seatunnel.engine.server.dag.physical.PhysicalPlan.lambda$addPipelineEndCallback$1(PhysicalPlan.java:154)
   	at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670)
   	at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646)
   	at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456)
   	at java.lang.Thread.run(Thread.java:750)
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   -
   ```
   
   
   ### Running Command
   
   ```shell
   -
   ```
   
   
   ### Error Exception
   
   ```log
   2023-01-10 06:56:28,409 ERROR org.apache.seatunnel.engine.server.dag.physical.SubPlan - Restore pipeline Job testBatchJobRestoreIn3NodeMasterDown (665086496562216963), Pipeline: [(1/2)] error with exception: java.lang.NullPointerException
   	at org.apache.seatunnel.engine.common.utils.PassiveCompletableFuture.<init>(PassiveCompletableFuture.java:30)
   	at org.apache.seatunnel.engine.server.master.JobMaster.reSchedulerPipeline(JobMaster.java:260)
   	at org.apache.seatunnel.engine.server.dag.physical.SubPlan.restorePipeline(SubPlan.java:347)
   	at org.apache.seatunnel.engine.server.dag.physical.PhysicalPlan.lambda$addPipelineEndCallback$1(PhysicalPlan.java:154)
   	at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670)
   	at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646)
   	at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456)
   	at java.lang.Thread.run(Thread.java:750)
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] ashulin closed issue #3908: [Bug] [Seatunnel-Engine] when sub plan scheduling fails,a NPE will happen.

Posted by GitBox <gi...@apache.org>.
ashulin closed issue #3908: [Bug] [Seatunnel-Engine] when sub plan scheduling  fails,a NPE will happen.
URL: https://github.com/apache/incubator-seatunnel/issues/3908


-- 
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: commits-unsubscribe@seatunnel.apache.org

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