This is an automated email from the ASF dual-hosted git repository.

zhijiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3acb8f0  [FLINK-18435][metrics] Adjust reporter factories to intercept 
reflection-based instantiations
     add a0f214d  [FLINK-18064][python] Adding unaligned checkpoint config 
options.
     add e2fe967  [hotfix][conf] Fix javadoc of 
CheckpointConfig#isUnalignedCheckpointsEnabled.
     add 6812e0c  [hotfix][docs] Fix broken link in metrics.md.
     add 22dda13  [FLINK-18064][docs] Added unaligned checkpointing to docs.
     add 58c2047  [hotfix][docs] Replace/fix links in checkpointing documents.

No new revisions were added by this update.

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

Reply via email to