Skip to content

[Server] Make Graceful shutdown properties configurable #1801

@polyzos

Description

@polyzos

Search before asking

  • I searched in the issues and found nothing similar.

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

  • I'm willing to submit a PR!

Metadata

Metadata

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions