This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 8a17483 [FLINK-11915][core] Fix miscalculation of
DataInputViewStream.skip
new 191b9df [FLINK-12247][rest] Fix NPE when writing the archive json
file to FileSystem
new 9d51ad4 [FLINK-12247] Add @Nullable annotation to
AccessExecutionVertex#getPriorExecutionAttempt()
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:
.../runtime/executiongraph/AccessExecutionVertex.java | 3 +++
.../runtime/executiongraph/ArchivedExecutionVertex.java | 3 +++
.../flink/runtime/executiongraph/ExecutionVertex.java | 1 +
.../job/SubtaskExecutionAttemptAccumulatorsHandler.java | 16 +++++++++-------
.../job/SubtaskExecutionAttemptDetailsHandler.java | 16 +++++++++-------
5 files changed, 25 insertions(+), 14 deletions(-)