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 93af1e45a1e [FLINK-29134][metrics] Do not repeatedly add useless
metric updating tasks to avoid wasting resources
add db46d434820 fix ByteStreamStateHandle#read(byte[] bytes, int offset,
int count) return -1 when count = 0 and no data left.
add 796017dd0e2 [FLINK-29347] [runtime] fix
ByteStreamStateHandle#read(byte[] bytes, int offset, int count) return -1 when
count = 0 and no data left.
add d3c7fc9be6a [FLINK-29347] [runtime] fix
ByteStreamStateHandle#read(byte[] bytes, int offset, int count) return -1 when
count = 0 and no data left.
No new revisions were added by this update.
Summary of changes:
.../flink/runtime/state/memory/ByteStreamStateHandle.java | 2 +-
.../runtime/state/memory/ByteStreamStateHandleTest.java | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)