yunfengzhou-hub opened a new issue, #5876: URL: https://github.com/apache/paimon/issues/5876
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version a6d2e8376cfb93accfbb2112048edefeb48bc77e ### Compute Engine Flink ### Minimal reproduce step Execute the workflow script removed in https://github.com/apache/paimon/commit/a6d2e8376cfb93accfbb2112048edefeb48bc77e. ### What doesn't meet your expectations? There are unstable build and test problems that affects the stability of this Github Action. These problems should be fixed, and this Action should be enabled again to keep preserving the correctness of the latest Paimon code under Flink 2.0. ### Anything else? I counted the most recent 100 Action executions before the script is removed, and the problems that caused the failures are as follows. 1. (79%) The Action run successfully. 2. (11%) paimon-e2e-tests relies on paimon-flink-cdc, which is not compiled with `-Pflink2`. The Action failed with a timeout exception when trying to download the latest snapshot of this module. 3. (7%) CatalogTableITCase#testConsumersTable failed. It is a flaky test with race condition. 4. (3%) Various failures that appeared only once. So we need to fix the problems mentioned in 2 and 3 before enabling the Action again. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
