You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2019/09/12 02:48:18 UTC

[flink] branch master updated (353de39 -> c5e5f0a)

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

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


    from 353de39  [FLINK-13931][hive] Support Hive version 2.0.x
     add c5e5f0a  [FLINK-11696][checkpoint] Avoid to send mkdir requests to DFS from task side (#7942)

No new revisions were added by this update.

Summary of changes:
 .../runtime/checkpoint/CheckpointCoordinator.java   |  1 +
 .../state/CheckpointStorageCoordinatorView.java     | 11 +++++++++++
 .../state/filesystem/FsCheckpointStorage.java       | 21 ++++++++++++++-------
 .../memory/MemoryBackendCheckpointStorage.java      | 14 ++++++++++++--
 .../state/StateBackendMigrationTestBase.java        |  6 ++++--
 .../AbstractFileCheckpointStorageTestBase.java      |  3 +++
 .../state/filesystem/FsCheckpointStorageTest.java   | 18 +++++++++++++-----
 .../state/filesystem/FsStateBackendEntropyTest.java |  5 +++--
 .../state/memory/MemoryCheckpointStorageTest.java   | 18 ++++++++++++++++++
 .../state/testutils/BackendForTestStream.java       |  5 +++++
 .../runtime/state/ttl/mock/MockStateBackend.java    |  5 +++++
 11 files changed, 89 insertions(+), 18 deletions(-)