Skip to content

[tiering] Flink tiering job fails permanently after transient errors #3681

Description

@Shawn-Hx

Search before asking

  • I searched in the issues and found nothing similar.

Fluss version

0.9.0 (latest release)

Please describe the bug 🐞

The Fluss Lake Tiering job does not rely on Flink checkpoints so checkpointing is disabled by default.
However, when checkpointing is disabled and no restart strategy is explicitly configured, Flink uses the no-restart strategy by default.

Currently, FlussLakeTiering configures the full-restart failover strategy but does not configure a job restart strategy. When a transient exception occurs during tiering, the Flink job transitions directly to the FAILED state and is not restarted. As a result, the tiering service stops permanently and requires manual job resubmission.

The existing failover integration test enables checkpointing and therefore does not reproduce the actual production configuration where checkpointing is disabled, leaving this issue uncovered.

Solution

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions