hemanthsavasere opened a new pull request, #2386: URL: https://github.com/apache/fluss/pull/2386
### Purpose Linked issue: close #2372 ### Brief change log Fix the unstable testListRebalanceProgress testcase that was previously failing, **Issue** FlinkProcedureITCase used to creates 10 tables rapidly while server 3 is marked `PERMANENT_OFFLINE`, causing all replicas to concentrate on servers 0, 1, and 2. This creates high load that can exceed the current 60-second timeout for `waitUntilTableReady()`. The test fails intermittently with replicas showing `NoneReplica` state instead of the expected `OnlineReplica` state. **Fix** 1. Make `waitUntilTableReady()` timeout configurable (allowing tests to specify longer timeouts) 2. Add 100ms delays between table creations to reduce coordinator lock contention ### Tests FlinkProcedureITCase.java has been fixed. -- 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]
