You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ta...@apache.org on 2021/12/29 02:45:01 UTC

[flink] branch master updated (c915ccf -> 5739196)

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

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


    from c915ccf  [FLINK-25372] Add thread dump feature for jobmanager on Web UI
     add d40fc21  [hotfix] Refactor type of states within ChangelogKeyedStateBackend
     add 5739196  [FLINK-25465][state] Correct the logic of materizating wrapped changelog state

No new revisions were added by this update.

Summary of changes:
 .../changelog/ChangelogKeyedStateBackend.java      | 19 ++++++++----------
 ...logDelegateEmbeddedRocksDBStateBackendTest.java | 23 +++++++++++++++++++++-
 .../ChangelogDelegateFileStateBackendTest.java     | 23 +++++++++++++++++++++-
 .../changelog/ChangelogDelegateHashMapTest.java    | 23 +++++++++++++++++++++-
 .../ChangelogDelegateMemoryStateBackendTest.java   | 23 +++++++++++++++++++++-
 .../changelog/ChangelogStateBackendTestUtils.java  |  9 ++++++++-
 6 files changed, 104 insertions(+), 16 deletions(-)