Search before asking
Description
Fluss supports graceful shutdown, however the properties used are hardcoded into the TabletServer
private static final int CONTROLLED_SHUTDOWN_MAX_RETRIES = 3;
private static final long CONTROLLED_SHUTDOWN_RETRY_INTERVAL_MS = 1000L;
see here
We can make these configurable.
Willingness to contribute
Search before asking
Description
Fluss supports graceful shutdown, however the properties used are hardcoded into the TabletServer
see here
We can make these configurable.
Willingness to contribute