lurnagao-dahua opened a new issue, #4211: URL: https://github.com/apache/amoro/issues/4211
### What happened? Hi, team! When there is a configuration item `xxx.metrics.filter.includes: *RSS:*:*;Heap:Used,Max:*` in the Flink-ConF.YAML file, starting the Flink optimizer will result in an error: Failed to handle request org.yaml.snakeyaml.composer.ComposerException: found undered alias RSS. The code location is https://github.com/apache/amoro/blob/cf8ff05d72c67353fa8a76d1d73437abc3043ea7/amoro-ams/src/main/java/org/apache/amoro/server/manager/FlinkOptimizerContainer.java#L282 I don't think this is a standard YAML file. Should we refer to the Flink implementation for parsing? https://github.com/apache/flink/blob/448d5ccf432fa4af043c3fc5bd977eea1fbc74a1/flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java#L179 ### Affects Versions master ### What table formats are you seeing the problem on? Iceberg ### What engines are you seeing the problem on? Flink, Optimizer ### How to reproduce _No response_ ### Relevant log output ```shell ``` ### Anything else _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's Code of 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]
