ZuebeyirEser commented on PR #2468: URL: https://github.com/apache/fluss/pull/2468#issuecomment-3796436881
@wuchong Agreed. I took a closer look at `RpcMessageTestUtils` to verify the timing, and found it has 10s timeout. Since `LOG_REPLICA_MAX_LAG_TIME` is 3s, the ZK overhead on CI was pushing the total wait past that 10s limit. Switching to `acks=1` bypasses that client timeout entirely while still triggering the shrink. Much cleaner. -- 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]
