Skip to content

[Console] Reduce watcher poll frequency and deduplicate in-flight polls #4396

Description

@shangeyao

Problem

HTTP watchers wake every 1 second even when no poll is due, and enqueue overlapping REST tasks per application when responses are slow.

Proposed solution

  • Poll Flink/Spark apps every 5 seconds in steady state; keep 1-second fast polling only during start/stop operations
  • Align Flink cluster watcher schedule with its 30-second interval
  • Skip overlapping watch tasks per application with single-flight guards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions