Skip to content

[FLINK-38956][runtime-web] Fix the job-overview Web UI cannot automatically show the latest edge name for AdaptiveScheduler#27532

Draft
RocMarshal wants to merge 1 commit intoapache:masterfrom
RocMarshal:FLINK-38956
Draft

[FLINK-38956][runtime-web] Fix the job-overview Web UI cannot automatically show the latest edge name for AdaptiveScheduler#27532
RocMarshal wants to merge 1 commit intoapache:masterfrom
RocMarshal:FLINK-38956

Conversation

@RocMarshal
Copy link
Contributor

What is the purpose of the change

[FLINK-38956][runtime-web] Fix the job-overview Web UI cannot automatically show the latest edge name for AdaptiveScheduler

Brief change log

Update the job graph refresh logic.

Verifying this change

Checked it locally.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no)
  • The serializers: (yes / no / don't know)
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
  • The S3 file system connector: (yes / no / don't know)

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

…ically show the latest edge name for AdaptiveScheduler
@flinkbot
Copy link
Collaborator

flinkbot commented Feb 5, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

this.hasLinkChanged(this.links, data.plan.links) ||
this.hasLinkChanged(this.streamLinks, data.plan.streamLinks);

this.jobId = data.plan.jid;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not an expert at typescript so this could be a dumb question. if we do not need to update the graph, do we need to update the this. fields. Can we move these lines to into the if (graphNeedsRefresh) { block? Or do these fields need updating when graphNeedsRefresh is false?

@RocMarshal RocMarshal marked this pull request as draft February 6, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants