gyang94 opened a new issue, #3455: URL: https://github.com/apache/fluss/issues/3455
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description ### Problem: Currently, when a TabletServer processes a produce request (appendRecordsToLog), it does not proactively trigger completion checks for pending delayed fetch operations. Delayed fetch requests (e.g., from followers or consumers waiting for new data) can only be completed by timeout or by a subsequent passive checkAndComplete call. This means that even after data has been successfully written, waiting fetch requests still experience unnecessary latency before receiving the new data. ### Expected Behavior: After a successful produce, the server should immediately attempt to complete any delayed fetch operations that are waiting on the affected buckets, minimizing fetch latency for followers and consumers. ### Willingness to contribute - [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]
