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 ec2bc63 [FLINK-20607][docs] Fix example of FunctionHint in udfs page
add f4a0f78 [FLINK-19013][state-backends] Add start/end logs for state
restoration
No new revisions were added by this update.
Summary of changes:
.../runtime/state/AbstractKeyedStateBackendBuilder.java | 5 +++++
.../runtime/state/heap/HeapKeyedStateBackendBuilder.java | 1 +
.../flink/runtime/state/heap/HeapRestoreOperation.java | 6 ++++++
.../streaming/state/RocksDBKeyedStateBackendBuilder.java | 8 +++-----
.../state/restore/AbstractRocksDBRestoreOperation.java | 4 ++++
.../state/restore/RocksDBFullRestoreOperation.java | 2 ++
.../state/restore/RocksDBIncrementalRestoreOperation.java | 15 ++++++++-------
7 files changed, 29 insertions(+), 12 deletions(-)