-
Notifications
You must be signed in to change notification settings - Fork 379
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
Currently, Fluss's TabletServer
does not perform any operations when shutdown. Only after the CoordinatorServer
detects the server's offline status will it initiate the migration of Bucket Leaders. This approach increases cluster instability during machine scale-in/scale-out events. Therefore, this issue proposes a ControlledShutdown
mechanism, where the TabletServer
actively notifies the CoordinatorServer
to migrate Bucket Leaders before shutdown.
Solution
No response
Anything else?
No response
Willingness to contribute
- I'm willing to submit a PR!