luoyuxia opened a new issue, #2418: URL: https://github.com/apache/fluss/issues/2418
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description When upgrade Fluss cluster, i found the tiering service stuck in the following thread: <img width="1405" height="705" alt="Image" src="https://github.com/user-attachments/assets/90726e7f-b3d0-4759-8de7-c286d0f907ae" /> Seems it block in `listOffsets` and will never return. @loserwang1024 I'm wondering whether `listOffsets` can return a complete future so that the caller can set timeout to allow break the blocking or is there any other way to solve it before we introduce rpc timeout. ### Willingness to contribute - [ ] 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]
