This is an automated email from the ASF dual-hosted git repository.
liyu pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 58b58f4 FLINK-16697][metrics][jmx] Disable rebinding
new bb6de2d [FLINK-16576][state backends] Fix the problem of wrong
mapping between stateId and metaInfo in HeapRestoreOperation
new e95eae2 [FLINK-16576][state backends] Do not distribute
KeyGroupsStateHandle which contains empty KeyGroupRange
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../checkpoint/StateAssignmentOperation.java | 32 +---
.../flink/runtime/state/KeyGroupsStateHandle.java | 7 +-
.../flink/runtime/state/KeyedStateHandle.java | 6 +-
.../runtime/state/heap/HeapRestoreOperation.java | 8 +-
.../runtime/state/KeyGroupsStateHandleTest.java | 59 ++++++
.../flink/runtime/state/StateBackendTestBase.java | 209 ++++++++++++++-------
.../util/AbstractStreamOperatorTestHarness.java | 12 +-
7 files changed, 225 insertions(+), 108 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/state/KeyGroupsStateHandleTest.java