Skip to content

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

Open
spuru9 wants to merge 1 commit into
apache:release-2.2from
spuru9:backport/FLINK-40118-release-2.2
Open

[release-2.2] [BP-2.2][FLINK-40118][runtime-web] Use REST endpoint field instead of removed host field#28755
spuru9 wants to merge 1 commit into
apache:release-2.2from
spuru9:backport/FLINK-40118-release-2.2

Conversation

@spuru9

@spuru9 spuru9 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

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

… 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

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.

2 participants