This is an automated email from the ASF dual-hosted git repository.
hangxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 11cdf7e7ada [FLINK-32849][runtime][JUnit5 Migration] The resource
manager package of flink-runtime module
new 81598f8a5c7 [FLINK-32881][checkpoint] Support triggering savepoint in
detach mode (-detach) for CLI
new 421f50e38a2 [FLINK-32881][checkpoint] add detached mode for
stop-with-savepoint
new d0dbd51c89d [FLINK-32881][checkpoint] update docs for savepoint
detached option
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:
docs/content.zh/docs/deployment/cli.md | 39 +++++++
docs/content.zh/docs/ops/state/savepoints.md | 10 ++
docs/content.zh/docs/ops/upgrading.md | 3 +
docs/content/docs/deployment/cli.md | 39 +++++++
docs/content/docs/ops/state/savepoints.md | 12 ++
docs/content/docs/ops/upgrading.md | 3 +
.../org/apache/flink/client/cli/CliFrontend.java | 128 ++++++++++++++++++---
.../apache/flink/client/cli/CliFrontendParser.java | 20 +++-
.../apache/flink/client/cli/SavepointOptions.java | 7 ++
.../org/apache/flink/client/cli/StopOptions.java | 9 ++
.../apache/flink/client/program/ClusterClient.java | 34 ++++++
.../flink/client/program/MiniClusterClient.java | 16 +++
.../client/program/rest/RestClusterClient.java | 125 ++++++++++++--------
.../flink/client/cli/CliFrontendSavepointTest.java | 40 +++++++
.../cli/CliFrontendStopWithSavepointTest.java | 30 +++++
.../flink/client/program/TestingClusterClient.java | 40 +++++++
.../flink/runtime/minicluster/MiniCluster.java | 40 +++++++
.../environment/RemoteStreamEnvironmentTest.java | 17 +++
18 files changed, 545 insertions(+), 67 deletions(-)