xiaoyongheng opened a new issue, #4291: URL: https://github.com/apache/streampark/issues/4291
### 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 jdk-11.0.27_linux-x64 ### Scala Version 2.12.x ### StreamPark Version 2.1.5 ### Flink Version flink1.20.2 ### Deploy mode yarn-application ### What happened When using Streampark version 2.1.6 cannot properly parse the config.yaml of Flink version 1.20.2, resulting in frequent WARN logs being reported in the logs. ### Error Exception ```log 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 10 : jobmanager: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 11 : memory: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 12 : process: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 15 : taskmanager: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 16 : memory: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 17 : process: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 21 : parallelism: 09:28:43.144 [streampark-flink-app-watching-26] WARN org.apache.streampark.common.util.PropertiesUtils - [StreamPark] Error while trying to split key and value in configuration. 38 : state: ...... ``` ### Screenshots <img width="380" height="265" alt="Image" src="https://github.com/user-attachments/assets/b2ce2b53-4efa-4d9f-93a0-a5e3f047f5ca" /> <img width="1598" height="716" alt="Image" src="https://github.com/user-attachments/assets/85a1fd63-fd74-4296-8fab-cb5afe6eebfb" /> ### Are you willing to submit PR? - [ ] 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]
