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 cc334db [hotfix] Remove StandaloneMiniCluster from ScalaShellITCase
new ff97d1c [FLINK-10401] Port ProcessFailureCancelingITCase to new code
base
new 93b042d [FLINK-10402] Port
AbstractTaskManagerProcessFailureRecoveryTest to new code base
new 2a798e4 [hotfix] Remove TaskManagerProcess
new 87c27e4 [hotfix] Remove TaskManagerProcessEntryPoint
new 20447b2 [hotfix] Let ClusterEntrypoint implement AutoCloseableAsync
new 6ace721 [FLINK-10403] Port
JobManagerHAProcessFailureBatchRecoveryITCase to new code base
new b0d5e99 [hotfix] Remove DispatcherProcess#getJobManagerPort function
new a8434d6 [FLINK-10397] Remove CoreOptions#MODE
The 8 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/_includes/generated/core_configuration.html | 5 -
.../org/apache/flink/client/LocalExecutor.java | 50 ++--
.../org/apache/flink/client/RemoteExecutor.java | 8 +-
.../org/apache/flink/client/cli/CliFrontend.java | 12 +-
.../flink/client/cli/CliFrontendTestBase.java | 26 +--
.../apache/flink/configuration/CoreOptions.java | 22 --
.../runtime/entrypoint/ClusterEntrypoint.java | 13 +-
.../DispatcherResourceManagerComponent.java | 10 +
.../flink/runtime/testutils/DispatcherProcess.java | 136 +++++++++++
.../runtime/testutils/TaskManagerProcess.java | 132 -----------
.../flink/runtime/util/BlobServerResource.java | 4 +
.../org/apache/flink/api/scala/FlinkShell.scala | 34 +--
.../apache/flink/api/scala/ScalaShellITCase.scala | 1 -
.../api/environment/RemoteStreamEnvironment.java | 8 +-
.../environment/StreamExecutionEnvironment.java | 9 +-
.../test/operators/RemoteEnvironmentITCase.java | 69 +-----
...tractTaskManagerProcessFailureRecoveryTest.java | 150 +++---------
...ManagerHAProcessFailureBatchRecoveryITCase.java | 144 ++++++------
.../recovery/ProcessFailureCancelingITCase.java | 256 ++++++++++-----------
...skManagerProcessFailureBatchRecoveryITCase.java | 4 +-
...nagerProcessFailureStreamingRecoveryITCase.java | 2 -
.../flink/yarn/CliFrontendRunWithYarnTest.java | 5 -
.../apache/flink/yarn/cli/FlinkYarnSessionCli.java | 32 +--
23 files changed, 436 insertions(+), 696 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/DispatcherProcess.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/TaskManagerProcess.java