swuferhong opened a new issue, #3546: URL: https://github.com/apache/fluss/issues/3546
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version main (development) ### Please describe the bug 🐞 After an unclean `TabletServer` shutdown, log recovery reads `recovery-point-offset-checkpoint` to decide where segment recovery should start. Today this checkpoint is mainly written during clean shutdown or truncate paths, so after an unclean shutdown it can be stale or missing. When that happens, recovery may scan many already-flushed segments across all replicas, which can significantly slow TabletServer startup. ### Solution _No response_ ### Are you willing to submit a PR? - [ ] 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]
