Jzjsnow opened a new issue, #3662: URL: https://github.com/apache/amoro/issues/3662
### What happened? Currently the status of tableRuntime switches between `plan` and `pending` if there is an exception in the `planInternal` process, and no optimizing process is created. It is hard to find the problem on the web ui without checking the logs. For example, when the `max-input-file-size-per-thread` parameter contains a leading space, the `planInternal` process always reports an error but is still in the cycle of planning/pending! If we can optimise the page display of the TableRuntime (e.g. by prompting for the most recent status), it might help the user to find the problem faster. But first, we can start by fixing the leading and trailing spaces in the resourceGroup configuration item. ### Affects Versions master/0.7.x ### What table formats are you seeing the problem on? _No response_ ### What engines are you seeing the problem on? _No response_ ### 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]
