15810785091 opened a new issue, #9885: URL: https://github.com/apache/seatunnel/issues/9885
### 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 我的集群是混合部署模式,集群运行几天后,所有seatunnel相关的任务运行越来越慢,观看日志发现实际同步已经完成,但是一直挂起,任务没有结束,等待几分钟以后任务才会结束。重启集群之后恢复,过几天后问题复现 我在白天运行了一个大任务,分别在任务运行中,与任务挂起时候运行了jstack命令抓取生成了log文件 [tianhua-4.zip](https://github.com/user-attachments/files/22456490/tianhua-4.zip) ### SeaTunnel Version 2.3.12 ### SeaTunnel Config ```conf env { parallelism = 10 job.mode = "BATCH" job.name = "ks_relation_account_item" } source { jdbc { url = "jdbc:mysql://${media_center_ip_port}/media_center?useSSL=false&useCursorFetch=true&useServerPrepStmts=true&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false" driver = "com.mysql.cj.jdbc.Driver" user = "xxxx" password = "xxxx" table_path = "media_center.ks_relation_account_item" plugin_output = "hive_table" split.size = 100000 fetch_size = 20000 } } transform { Sql = { plugin_input = "hive_table" plugin_output = "sql_table" query = "select *,'${date}' as dt from media_item" } } sink { Hive { plugin_input = "sql_table" table_name = "ims_org.org_ks_relation_account_item" metastore_uri = "thrift://xxxx:9083" hdfs_site_path = "/etc/hadoop/conf/hdfs-site.xml" overwrite = "true" } } ``` ### Running Command ```shell export SEATUNNEL_HOME=/opt/software/apache-seatunnel-2.3.12 ${SEATUNNEL_HOME}/bin/seatunnel.sh --config /tmp/dolphinscheduler/exec/process/root/8400635037312/8422871880064_114/186434/636419/seatunnel_186434_636419.conf --deploy-mode cluster ``` ### Error Exception ```log NO Error ``` ### Zeta or Flink or Spark Version Zeta ### Java or Scala Version java version "1.8.0_181" ### Screenshots <img width="499" height="864" alt="Image" src="https://github.com/user-attachments/assets/b1fe3209-53a5-43ef-97b6-0d494f3d9580" /> ### 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]
