huishizhao opened a new issue, #4303: URL: https://github.com/apache/streampark/issues/4303
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version **Flink**: openjdk version "11.0.28" 2025-07-15 OpenJDK Runtime Environment (build 11.0.28+6-post-Ubuntu-1ubuntu124.04.1) **StreamPark:**openjdk version "11.0.28" 2025-07-15 OpenJDK Runtime Environment (build 11.0.28+6-post-Ubuntu-1ubuntu124.04.1) ### Scala Version 2.12.x ### StreamPark Version 2.1.5 ### Flink Version Flink 1.20.2, Flink-Doris-Connector.1.20.25.1.0 ### Deploy mode remote ### What happened 使用upload Jar 方法(Flink-Doris-Connector), 同步Sqlserver到Doris中,提交任务时动态参数无效,没有StreamPark和Flink中都没有任何报警。 使用Flink Run 命令只接提交时,动态参数生效。 同步Oracle时,Streampark动态参数设置有效。 ### Error Exception ```log 没有错误,提交时设置的动态参数不起作用,使用的是Flink standalone 集群配置文件中的参数,如: -Dexecution.checkpointing.interval=10s -Dparallelism.default=1 -Dpipeline.operator-chaining.enabled=false ``` ### Screenshots _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR!(您是否要贡献这个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]
