This is an automated email from the ASF dual-hosted git repository.
srichter pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 1fe5e4b [hotfix] [e2e] Remove explicit Maven plugin version
new 9d273a3 [FLINK-9887][state] Integrate priority queue state with
existing serializer upgrade mechanism
new 6aaf5ed [hotfix] Minor cleanups in LongSerializer
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:
.../api/common/typeutils/base/LongSerializer.java | 12 +-
.../apache/flink/util/StateMigrationException.java | 6 +
.../runtime/state/AbstractKeyedStateBackend.java | 2 +-
.../runtime/state/DefaultOperatorStateBackend.java | 4 +-
.../RegisteredKeyValueStateBackendMetaInfo.java | 10 +-
.../runtime/state/heap/HeapKeyedStateBackend.java | 459 +++++++++++------
.../state/heap/HeapPriorityQueueSetFactory.java | 2 +-
.../HeapPriorityQueueSnapshotRestoreWrapper.java | 22 +
.../state/InternalPriorityQueueTestBase.java | 69 ++-
.../runtime/state/MemoryStateBackendTest.java | 16 +-
.../flink/runtime/state/StateBackendTestBase.java | 549 ++++++++++++++-------
...HeapKeyedStateBackendSnapshotMigrationTest.java | 2 +-
.../state/ttl/mock/MockKeyedStateBackend.java | 2 +-
.../streaming/state/RocksDBKeyedStateBackend.java | 51 +-
.../streaming/state/RocksDBStateBackendTest.java | 6 +
flink-streaming-java/pom.xml | 2 +
.../api/operators/InternalTimeServiceManager.java | 18 +-
.../operators/StreamTaskStateInitializerImpl.java | 1 -
.../streaming/api/operators/TimerSerializer.java | 57 ++-
.../operators/InternalTimeServiceManagerTest.java | 23 +-
.../api/operators/TimerSerializerTest.java | 62 +++
.../operators/windowing/TriggerTestHarness.java | 4 +-
.../KeyedOneInputStreamOperatorTestHarness.java | 4 +-
.../KeyedTwoInputStreamOperatorTestHarness.java | 2 +-
24 files changed, 988 insertions(+), 397 deletions(-)
copy
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/SubtaskCurrentAttemptDetailsHandlerTest.java
=>
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/InternalTimeServiceManagerTest.java
(57%)
create mode 100644
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/TimerSerializerTest.java