You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2021/11/26 16:27:56 UTC

[flink] branch master updated (cb5034b -> 3d7ad08)

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

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


    from cb5034b  [FLINK-24227][connectors] Introduced maxRecordSizeInBytes and changed the behaviour of flushOnBufferSizeInBytes, renamed all instances of flushOnBufferSizeInBytes to maxBatchSizeInBytes to reflect the new behaviour of this parameter (#17913)
     add 3d7ad08  [FLINK-24543][runtime] Avoid possible inconsistencies of ZookeeperStateHandleStore in case of unstable connection.

No new revisions were added by this update.

Summary of changes:
 .../zookeeper/ZooKeeperStateHandleStore.java       | 77 +++++++++++-----------
 .../zookeeper/ZooKeeperStateHandleStoreTest.java   | 70 +++++++++++++++++---
 2 files changed, 99 insertions(+), 48 deletions(-)