You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by li...@apache.org on 2020/05/28 17:53:19 UTC

[flink] branch release-1.11 updated (79cb1a1 -> 6f9042b)

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

liyu pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 79cb1a1  [FLINK-17558][netty] Release partitions asynchronously
     add 6f9042b  [FLINK-17865][checkpoint] Increase default size of 'state.backend.fs.memory-threshold'

No new revisions were added by this update.

Summary of changes:
 .../generated/checkpointing_configuration.html     |  6 ++--
 .../generated/expert_state_backends_section.html   |  6 ++--
 .../flink/configuration/CheckpointingOptions.java  |  7 ++--
 .../state/api/output/SavepointOutputFormat.java    |  2 +-
 .../pyflink/datastream/tests/test_state_backend.py |  2 +-
 .../runtime/state/filesystem/FsStateBackend.java   | 39 ++++++++++++++--------
 .../runtime/state/StateBackendLoadingTest.java     | 17 +++++-----
 .../flink/test/checkpointing/SavepointITCase.java  |  4 +--
 .../utils/SavepointMigrationTestBase.java          |  3 +-
 9 files changed, 50 insertions(+), 36 deletions(-)