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 c0265db9903 [FLINK-39331] Add @Experimental annotation to public S3 
classes
     new 897f8edafff [FLINK-38341][configuration] Introduce the rescale history 
configuration option.
     new ab3bcce0cfb [FLINK-38343][runtime] Support store rescale history with 
statistics by ExecutionGraphInfo.

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:
 .../generated/all_jobmanager_section.html          |   6 +
 .../shortcodes/generated/web_configuration.html    |   6 +
 .../org/apache/flink/configuration/WebOptions.java |  14 +
 .../flink/runtime/minicluster/MiniCluster.java     |  21 +
 .../runtime/scheduler/ExecutionGraphInfo.java      |  33 +-
 .../flink/runtime/scheduler/SchedulerBase.java     |   1 +
 .../scheduler/adaptive/AdaptiveScheduler.java      |   6 +-
 .../adaptive/timeline/DefaultRescaleTimeline.java  |   9 +
 .../adaptive/timeline/RescaleTimeline.java         |   8 +
 .../adaptive/timeline/RescalesStatsSnapshot.java   |  58 ++
 .../adaptive/timeline/RescalesSummary.java         |  10 +
 .../adaptive/timeline/RescalesSummarySnapshot.java |  88 +++
 .../runtime/jobmaster/TestingJobManagerRunner.java |   1 +
 .../rest/handler/job/JobExceptionsHandlerTest.java |   5 +-
 .../job/rescales/JobRescaleConfigHandlerTest.java  |   4 +-
 .../scheduler/adaptive/AdaptiveSchedulerTest.java  |   6 +
 .../adaptive/timeline/RescaleTimelineITCase.java   | 711 +++++++++++++++++++--
 .../adaptive/timeline/RescalesSummaryTest.java     |   6 +
 18 files changed, 929 insertions(+), 64 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/timeline/RescalesStatsSnapshot.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/timeline/RescalesSummarySnapshot.java

Reply via email to