This is an automated email from the ASF dual-hosted git repository.
sewen pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.
from a719700 [FLINK-13374][scala][build] Set -Xss2m when compiling scala
new 1ec3a4c [FLINK-13326] Add closeInterruptibly()
new be6edce [FLINK-13326] Use ResourceGuard in NonClosingCheckpointStream
new c676eb4 [FLINK-13326] Support async rawState checkpointing
The 3 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:
.../java/org/apache/flink/util/ResourceGuard.java | 39 ++++++--
.../state/KeyedStateCheckpointOutputStream.java | 4 +-
.../state/NonClosingCheckpointOutputStream.java | 24 ++++-
.../state/OperatorStateCheckpointOutputStream.java | 2 +-
.../state/StateSnapshotContextSynchronousImpl.java | 108 ++++++++++++++-------
.../api/operators/AbstractStreamOperator.java | 19 ++--
.../api/operators/AbstractStreamOperatorTest.java | 4 -
.../StateSnapshotContextSynchronousImplTest.java | 43 +++++++-
8 files changed, 187 insertions(+), 56 deletions(-)