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/11 06:17:01 UTC

[GitHub] [incubator-seatunnel] liugddx opened a new issue, #3914: [Bug] [Zeta] A checkpoint exception may be thrown when the active cancel task terminates with an exception

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

   ### 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
   
   A checkpoint exception may be thrown when the active cancel task terminates with an exception.
   
   ```
   java.lang.NullPointerException: null
   	at org.apache.seatunnel.engine.server.checkpoint.operation.CheckpointFinishedOperation.lambda$run$0(CheckpointFinishedOperation.java:82) ~[seatunnel-engine-server-2.3.1-SNAPSHOT-2.11.12.jar:2.3.1-SNAPSHOT]
   	at org.apache.seatunnel.common.utils.RetryUtils.retryWithException(RetryUtils.java:47) ~[seatunnel-common-2.3.1-SNAPSHOT-2.11.12.jar:2.3.1-SNAPSHOT]
   	at org.apache.seatunnel.engine.server.checkpoint.operation.CheckpointFinishedOperation.run(CheckpointFinishedOperation.java:79) ~[seatunnel-engine-server-2.3.1-SNAPSHOT-2.11.12.jar:2.3.1-SNAPSHOT]
   	at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:189) ~[hazelcast-5.1.jar:5.1]
   	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:273) ~[hazelcast-5.1.jar:5.1] ```
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   -
   ```
   
   
   ### Running Command
   
   ```shell
   -
   ```
   
   
   ### Error Exception
   
   ```log
   java.lang.NullPointerException: null
   	at org.apache.seatunnel.engine.server.checkpoint.operation.CheckpointFinishedOperation.lambda$run$0(CheckpointFinishedOperation.java:82) ~[seatunnel-engine-server-2.3.1-SNAPSHOT-2.11.12.jar:2.3.1-SNAPSHOT]
   	at org.apache.seatunnel.common.utils.RetryUtils.retryWithException(RetryUtils.java:47) ~[seatunnel-common-2.3.1-SNAPSHOT-2.11.12.jar:2.3.1-SNAPSHOT]
   	at org.apache.seatunnel.engine.server.checkpoint.operation.CheckpointFinishedOperation.run(CheckpointFinishedOperation.java:79) ~[seatunnel-engine-server-2.3.1-SNAPSHOT-2.11.12.jar:2.3.1-SNAPSHOT]
   	at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:189) ~[hazelcast-5.1.jar:5.1]
   	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:273) ~[hazelcast-5.1.jar:5.1]
   
   
   2023-01-10 07:02:59,915 WARN  org.apache.seatunnel.engine.server.master.JobMaster - Job testStreamJobRestoreIn3NodeMasterDown (665088045128613889), Pipeline: [(1/1)] checkpoint have error, cancel the pipeline
   ```
   
   
   ### 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] liugddx commented on issue #3914: [Bug] [Zeta] A checkpoint exception may be thrown when the active cancel task terminates with an exception

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3914:
URL: https://github.com/apache/incubator-seatunnel/issues/3914#issuecomment-1378288454

   https://github.com/apache/incubator-seatunnel/actions/runs/3880896087/jobs/6619393675


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


[GitHub] [incubator-seatunnel] ic4y closed issue #3914: [Bug] [Zeta] A checkpoint exception may be thrown when the active cancel task terminates with an exception

Posted by GitBox <gi...@apache.org>.
ic4y closed issue #3914: [Bug] [Zeta] A checkpoint exception may be thrown when the active cancel task terminates with an exception
URL: https://github.com/apache/incubator-seatunnel/issues/3914


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