Skip to content

[release-2.3] [BP-2.3][FLINK-40118][runtime-web] Use REST endpoint field instead of removed host field#28756

Merged
RocMarshal merged 1 commit into
apache:release-2.3from
spuru9:backport/FLINK-40118-release-2.3
Jul 16, 2026
Merged

[release-2.3] [BP-2.3][FLINK-40118][runtime-web] Use REST endpoint field instead of removed host field#28756
RocMarshal merged 1 commit into
apache:release-2.3from
spuru9:backport/FLINK-40118-release-2.3

Conversation

@spuru9

@spuru9 spuru9 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Backport of #28712 (FLINK-40118) to release-2.3.

… host field (apache#28712)

FLINK-36355 removed the deprecated `host` field from the REST API's
subtask-level responses, keeping only `endpoint`, but the web-dashboard
frontend was never updated. The SubTask TimeLine and the SubTask
Accumulators table each read `task.host`, which is now always undefined,
so their subtask rows render as "N - undefined" instead of showing the
TaskManager endpoint.

Update the two frontend interfaces (JobSubTaskTime, SubTaskAccumulators)
and their consuming components to read `endpoint` instead of `host`.

Generated-by: Claude Code (claude-opus-4-8)
(cherry picked from commit 6027adb)
@flinkbot

flinkbot commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

CI report:

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

@RocMarshal RocMarshal merged commit ff51556 into apache:release-2.3 Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants