Jetiaime opened a new issue, #6738: URL: https://github.com/apache/seatunnel/issues/6738
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened I using SeaTunnel Client and wanna to check out the function. I launched a job by `./bin/seatunnel.sh -c /Users/liu/Data/10_Code/iWhalecloud/seatunnel-web/profile/13244296710144.conf` and after that, launched a job by `./bin/seatunnel.sh -s 834694399370723329`. I waitted for a long time, the submitted job still running, even all my data has been moved. <img width="1558" alt="image" src="https://github.com/apache/seatunnel/assets/93769000/ebb3475c-60cd-4fae-be3c-2cfaeb145559"> <img width="1558" alt="image" src="https://github.com/apache/seatunnel/assets/93769000/3a5fd189-5a96-408b-b4fb-fc4aac48023f"> ### SeaTunnel Version 2.3.4 ### SeaTunnel Config ```conf { "env" : { "job.mode" : "BATCH", "job.name" : "SeaTunnel_Job" }, "source" : [ { "password" : "wdp123", "driver" : "oracle.jdbc.driver.OracleDriver", "parallelism" : "32", "query" : "SELECT \"ID\", \"NAME\" FROM \"WHS\".\"TEST3\"", "connection_check_timeout_sec" : 30, "fetch_size" : "10000", "result_table_name" : "Table13244444398848", "plugin_name" : "Jdbc", "user" : "system", "url" : "jdbc:oracle:thin:@10.45.46.116:8085:XE" } ], "transform" : [], "sink" : [ { "batch_size" : "10000", "max_retries" : "1", "source_table_name" : "Table13244444398848", "max_commit_attempts" : 3, "auto_commit" : "true", "plugin_name" : "Clickhouse", "url" : "jdbc:clickhouse://10.45.151.152:8123", "is_exactly_once" : "false", "database" : "AA", "password" : "Pass-123-whs", "transaction_timeout_sec" : -1, "driver" : "ru.yandex.clickhouse.ClickHouseDriver", "support_upsert_by_query_primary_key_exist" : "false", "Clickhouse" : "true", "host" : "10.45.151.152:8123", "connection_check_timeout_sec" : 30, "generate_sink_sql" : "true", "user" : "default", "table" : "tb_test3", "username" : "default" } ] } ``` ### Running Command ```shell 1. ./bin/seatunnel.sh -c /Users/liu/Data/10_Code/iWhalecloud/seatunnel-web/profile/13244296710144.conf 2. ./bin/seatunnel.sh -s 834694399370723329 ``` ### Error Exception ```log savePointJob doesn't work. ``` ### Zeta or 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
