[FLINK-38901][runtime-web] Introduce the Rescales/Configuration sub-page for streaming jobs with the adaptive scheduler enabled#27826
Open
och5351 wants to merge 2 commits intoapache:masterfrom
Open
Conversation
Collaborator
Author
|
Hi, @RocMarshal! |
RocMarshal
reviewed
Mar 25, 2026
Contributor
RocMarshal
left a comment
There was a problem hiding this comment.
Good job! @och5351
Left a few of comments. PTAL in your free time.
flink-runtime-web/web-dashboard/src/app/pages/job/job-detail/status/job-status.component.ts
Outdated
Show resolved
Hide resolved
flink-runtime-web/web-dashboard/src/app/pages/job/job-detail/status/job-status.component.ts
Outdated
Show resolved
Hide resolved
flink-runtime-web/web-dashboard/src/app/pages/job/job-detail/status/job-status.component.ts
Outdated
Show resolved
Hide resolved
flink-runtime-web/web-dashboard/src/app/pages/job/rescales/job-rescales.component.ts
Outdated
Show resolved
Hide resolved
e3c665e to
00e4b62
Compare
RocMarshal
reviewed
Mar 26, 2026
flink-runtime-web/web-dashboard/src/app/pages/job/job-detail/status/job-status.component.ts
Show resolved
Hide resolved
flink-runtime-web/web-dashboard/src/app/pages/job/rescales/job-rescales.component.ts
Outdated
Show resolved
Hide resolved
RocMarshal
reviewed
Mar 26, 2026
flink-runtime-web/web-dashboard/src/app/pages/job/rescales/job-rescales.component.html
Outdated
Show resolved
Hide resolved
a571231 to
973a0ee
Compare
9ef4694 to
f96e323
Compare
RocMarshal
approved these changes
Mar 26, 2026
Contributor
RocMarshal
left a comment
There was a problem hiding this comment.
Thanks @och5351 for the hard work.
LGTM +1 now.
1d1da90 to
c82d81e
Compare
…age for streaming jobs with the adaptive scheduler enabled
bb8e5ef to
e6813b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Brief change log
Adds the 'Rescale' tab and 'Configuration' subpage in relation to
[FLINK-38897][Runtime/REST] Introduce /jobs/:jobid/rescales/config endpoint to REST API#27580.Verifying this change
Environmental preparation
CASE 1. Streaming Job & Adaptive scheduler
CASE 2. Batch Job
# Run batch example ./build-target/bin/flink run -t remote -m localhost:8081 ./build-target/examples/table/WordCountSQLExample.jarCASE 3. Only Streaming job
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (yes / no)Documentation