This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 6e62a41 [hotfix][docs] fix typos (#16300)
new 2af2740 [FLINK-23041][streaming] Calculation of timeout for switching
from AC to UC is based on the global checkpoint start time rather than the
local first barrier received time
new 5040eaa [FLINK-23041][runtime] Added new well defined checkpoint
configuration aligned-checkpoint-timeout instead of alignment-timeout
new 9d449ff [FLINK-23041][webui] Renamed alignment_timeout to
aligned_checkpoint_timeout in WebUI
The 3 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:
.../docs/ops/state/unaligned_checkpoints.md | 14 ++--
.../execution_checkpointing_configuration.html | 2 +-
.../shortcodes/generated/rest_v1_dispatcher.html | 6 +-
.../flink/state/api/output/SnapshotUtils.java | 2 +-
.../src/test/resources/rest_api_v1.snapshot | 2 +-
.../src/app/interfaces/job-checkpoint.ts | 2 +-
.../job/checkpoints/job-checkpoints.component.html | 4 +-
.../runtime/checkpoint/CheckpointCoordinator.java | 6 +-
.../runtime/checkpoint/CheckpointOptions.java | 61 ++++++++++--------
.../network/api/serialization/EventSerializer.java | 2 +-
.../tasks/CheckpointCoordinatorConfiguration.java | 24 ++++---
.../job/checkpoints/CheckpointConfigHandler.java | 2 +-
.../messages/checkpoints/CheckpointConfigInfo.java | 14 ++--
.../checkpoint/CheckpointCoordinatorTest.java | 4 +-
.../runtime/checkpoint/CheckpointOptionsTest.java | 19 +++---
.../api/environment/CheckpointConfig.java | 58 +++++++++++++----
.../environment/ExecutionCheckpointingOptions.java | 27 +++++++-
.../flink/streaming/api/graph/StreamConfig.java | 9 +--
.../api/graph/StreamingJobGraphGenerator.java | 5 +-
.../SingleCheckpointBarrierHandler.java | 16 +++--
.../runtime/tasks/SourceOperatorStreamTask.java | 2 +-
.../streaming/runtime/tasks/SourceStreamTask.java | 2 +-
.../checkpointing/AlternatingCheckpointsTest.java | 74 ++++++++++++++++++++--
...tStreamTaskChainedSourcesCheckpointingTest.java | 2 +-
.../runtime/tasks/MultipleInputStreamTaskTest.java | 2 +-
25 files changed, 253 insertions(+), 108 deletions(-)