This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from b25dfaee807 [FLINK-33968][runtime] Advance the calculation of num of
subpartitions to the time of initializing execution job vertex
new cf0ac00cfe8 [FLINK-33935][checkpoint] Improve the default value logic
related to `execution.checkpointing.tolerable-failed-checkpoints`
new 4a852fee28f [FLINK-33935][checkpoint] Improve the default value logic
related to `state.backend.type`
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/common_state_backends_section.html | 2 +-
.../execution_checkpointing_configuration.html | 2 +-
.../generated/state_backend_configuration.html | 2 +-
.../flink/configuration/StateBackendOptions.java | 2 +-
.../flink/runtime/checkpoint/Checkpoints.java | 19 ++--------------
.../flink/runtime/state/StateBackendLoader.java | 25 ++++------------------
.../runtime/state/StateBackendLoadingTest.java | 4 ++--
.../api/environment/CheckpointConfig.java | 4 +---
.../environment/ExecutionCheckpointingOptions.java | 2 +-
.../environment/StreamExecutionEnvironment.java | 6 ++++--
10 files changed, 18 insertions(+), 50 deletions(-)