[X] I had searched in the issues and found no similar issues.
What happened
The function implemented by the seatunnel task is to synchronize data from Kafka to ES. When the Seatunnel program restarts abnormally, it cannot restart the task from the checkpoint of Flink. The seatunnel task will continue to restart until the taskmanager crashes. This issue occurs when deploying Flink in both k8s and non k8s scenarios.
java.lang.NullPointerException at org.apache.seatunnel.translation.flink.source.BaseSeatunnelSourceFunction.lambda$initializeState$0(BaseSeatunnelSourceFunction.java 155)
at java.util.ArrayList.foreach(ArrayList.java:1259)
...
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
Search before asking
What happened
The function implemented by the seatunnel task is to synchronize data from Kafka to ES. When the Seatunnel program restarts abnormally, it cannot restart the task from the checkpoint of Flink. The seatunnel task will continue to restart until the taskmanager crashes. This issue occurs when deploying Flink in both k8s and non k8s scenarios.
SeaTunnel Version
SeaTunnel 2.3.0 kafka 2.12-2.2.0 es 8.5
SeaTunnel Config
Running Command
Error Exception
Flink or Spark Version
flink:1.13.6
Java or Scala Version
java:1.8 scala:2.11
Screenshots
No response
Are you willing to submit PR?
Code of Conduct