kingxeros opened a new issue, #10115: URL: https://github.com/apache/seatunnel/issues/10115
### 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 Sometimes when I use seatunnel.sh -can jobid to cancel streaming jobs, the job status shows **cancelling** not **cancelled**。This state will always exist and the task will not disappear <!-- Failed to upload "ScreenShot_2025-11-25_143609_464.png" --> ### SeaTunnel Version 2.3.10 ### SeaTunnel Config ```conf env { # You can set SeaTunnel environment configuration here parallelism = 1 job.mode = "STREAMING" checkpoint.interval = 180000 } source { Oracle-CDC { plugin_output = "doss_owdoss_all_tables" username = "" password = "" database-names = ["PR043"] schema-names = ["OWDOSS"] table-names = ["PR043.OWDOSS.TM_SL_RETAIL_ORDER","PR043.OWDOSS.TM_SERIES","PR043.OWDOSS.TM_DEALER","PR043.OWDOSS.TM_SL_SND_LVL_RETAILER","PR043.OWDOSS.TM_MK_ONLINE_ORDER"] base-url = "" source.reader.close.timeout = 120000 startup.mode = "latest" decimal_type_narrowing = "false" table-names-config = [ { table = "PR043.OWDOSS.TM_SL_RETAIL_ORDER" primaryKeys = ["ID"] }, { table = "PR043.OWDOSS.TM_SERIES" primaryKeys = ["ID"] }, { table = "PR043.OWDOSS.TM_DEALER" primaryKeys = ["ID"] }, { table = "PR043.OWDOSS.TM_SL_SND_LVL_RETAILER" primaryKeys = ["ID"] }, { table = "PR043.OWDOSS.TM_MK_ONLINE_ORDER" primaryKeys = ["ID"] } ] debezium { log.mining.strategy = "online_catalog" log.mining.transaction.retention.hours = "1" database.history.store.only.captured.tables.ddl = "true" table.include.list = "OWDOSS.TM_SL_RETAIL_ORDER,OWDOSS.TM_SERIES,OWDOSS.TM_DEALER,OWDOSS.TM_SL_SND_LVL_RETAILER,OWDOSS.TM_MK_ONLINE_ORDER" heartbeat.interval.ms = "30000" } } } sink { StarRocks { plugin_input = "doss_owdoss_all_tables" nodeUrls = [""] base-url = "" username = "" password = "" database = "" table = "S_DOSS_${schema_name}_${table_name}" # 支持upsert/delete事件同步(需要将选项参数enable_upsert_delete设置为true),仅支持表引擎为主键模型 enable_upsert_delete = true } } ``` ### Running Command ```shell seatunnel.sh -can jobid ``` ### Error Exception ```log none ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] 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]
