You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/02/28 10:37:27 UTC

[flink] branch master updated (145099b -> c3df4c3)

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

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


    from 145099b  [hotfix] [docs] Typo in filesystem.md (#18788)
     add 57980a1  [hotfix] Removes invalid JavaDoc
     add c3df4c3  [FLINK-26284] Refactors lock node structure to support atomic deletion in ZooKeeperStateHandleStore

No new revisions were added by this update.

Summary of changes:
 .../runtime/persistence/StateHandleStore.java      |  11 +-
 .../zookeeper/ZooKeeperStateHandleStore.java       | 141 ++++++---
 .../ZooKeeperCompletedCheckpointStoreITCase.java   |  18 +-
 .../persistence/TestingLongStateHandleHelper.java  |  23 ++
 .../zookeeper/ZooKeeperStateHandleStoreTest.java   | 328 ++++++++++++++++++++-
 5 files changed, 464 insertions(+), 57 deletions(-)