This is an automated email from the ASF dual-hosted git repository. zhijiang pushed a change to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git.
from 87eb508 [FLINK-17920][python][docs] Add the Python example of the Interval Join (#12779) new 1e1c81b [FLINK-18064][python] Adding unaligned checkpoint config options. new fc1ad10 [hotfix][conf] Fix javadoc of CheckpointConfig#isUnalignedCheckpointsEnabled. new d54fea5 [hotfix][docs] Fix broken link in metrics.md. new 5afb3a6 [FLINK-18064][docs] Added unaligned checkpointing to docs. new 44900b8 [hotfix][docs] Replace/fix links in checkpointing documents. The 5 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: .../execution_checkpointing_configuration.html | 2 +- docs/concepts/stateful-stream-processing.md | 58 +- docs/dev/stream/state/checkpointing.md | 23 +- docs/fig/stream_aligning.svg | 1221 ++++++-------------- docs/fig/stream_unaligning.svg | 383 ++++++ docs/monitoring/metrics.md | 2 +- docs/ops/state/checkpoints.md | 49 +- docs/ops/state/large_state_tuning.md | 2 + .../pyflink/datastream/checkpoint_config.py | 39 + .../datastream/tests/test_check_point_config.py | 16 + .../api/environment/CheckpointConfig.java | 21 +- .../environment/ExecutionCheckpointingOptions.java | 5 +- 12 files changed, 945 insertions(+), 876 deletions(-) create mode 100644 docs/fig/stream_unaligning.svg