This is an automated email from the ASF dual-hosted git repository.
panyuepeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 6e3768d5ce2 [FLINK-39405][docs] Fix document escape display errors on
sql built-in function page (#27900)
new dafa51f6aab [hotfix][runtime] Fix the
SchedulerStateSpan#stringifiedException render logic to avoid adding null
exception string and polish the attributes naming in the rescale history
related classes.
new 301eb359c72 [FLINK-38894][runtime/rest] Introduce the
/jobs/:jobid/rescales/history endpoint in the REST API
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../shortcodes/generated/rest_v1_dispatcher.html | 192 ++++++
docs/static/generated/rest_v1_dispatcher.yml | 24 +
.../src/test/resources/rest_api_v1.snapshot | 686 +++++++++++++--------
...Handler.java => JobRescalesHistoryHandler.java} | 40 +-
.../messages/job/rescales/JobRescaleDetails.java | 27 +-
.../messages/job/rescales/JobRescalesHistory.java | 67 ++
...Headers.java => JobRescalesHistoryHeaders.java} | 29 +-
.../adaptive/timeline/DefaultRescaleTimeline.java | 5 +-
.../scheduler/adaptive/timeline/Rescale.java | 6 +-
.../adaptive/timeline/RescalesStatsSnapshot.java | 15 +-
.../adaptive/timeline/SlotSharingGroupRescale.java | 16 +-
.../runtime/webmonitor/WebMonitorEndpoint.java | 14 +
.../job/rescales/JobRescaleDetailsHandlerTest.java | 7 +-
...est.java => JobRescalesHistoryHandlerTest.java} | 81 +--
.../scheduler/adaptive/timeline/RescaleTest.java | 2 +-
.../adaptive/timeline/RescaleTimelineITCase.java | 2 +-
16 files changed, 834 insertions(+), 379 deletions(-)
copy
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/rescales/{JobRescaleConfigHandler.java
=> JobRescalesHistoryHandler.java} (71%)
create mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/rescales/JobRescalesHistory.java
copy
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/rescales/{JobRescaleConfigHeaders.java
=> JobRescalesHistoryHeaders.java} (71%)
copy
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/rescales/{JobRescaleDetailsHandlerTest.java
=> JobRescalesHistoryHandlerTest.java} (73%)