This is an automated email from the ASF dual-hosted git repository.
hangxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from e27a4cbc74b Revert "[FLINK-34000] Implement restore tests for
IncrementalGroupAgg node"
add a6c1f308d9f [FLINK-34030][changelog] Introduce
periodic-materialize.enabled to enable/disable periodic materialization
add 96d62017f61 [FLINK-34030][changelog] Test periodic-materialize.enabled
and periodic-materialize.interval
No new revisions were added by this update.
Summary of changes:
.../generated/state_backend_changelog_section.html | 8 ++++-
.../generated/state_changelog_configuration.html | 8 ++++-
.../apache/flink/api/common/ExecutionConfig.java | 13 ++++++++
.../flink/configuration/StateChangelogOptions.java | 13 +++++++-
.../state/changelog/ChangelogStateBackend.java | 1 +
.../changelog/ChangelogStateBackendTestUtils.java | 1 +
.../common/PeriodicMaterializationManager.java | 19 ++++++++---
.../common/PeriodicMaterializationManagerTest.java | 1 +
.../StreamExecutionEnvironmentTest.java | 39 ++++++++++++++++++++++
.../streaming/util/TestStreamEnvironment.java | 11 ++++--
.../checkpointing/ChangelogRecoveryITCase.java | 3 +-
.../test/state/ChangelogRecoveryCachingITCase.java | 4 +--
12 files changed, 108 insertions(+), 13 deletions(-)