This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git.
from b64cbd6 [FLINK-9932] Add
TaskExecutorTest#testOfferSlotToJobMasterAfterTimeout
add 7de4fc0 Revert "[FLINK-10354] Revert "[FLINK-6328] [chkPts] Don't add
savepoints to CompletedCheckpointStore""
add efb6da2 Revert "[FLINK-10247] Run query service in separate
ActorSystem"
No new revisions were added by this update.
Summary of changes:
docs/_includes/generated/metric_configuration.html | 5 -
.../apache/flink/configuration/MetricOptions.java | 12 --
.../apache/flink/types/SerializableOptional.java | 86 -------------
.../runtime/checkpoint/CheckpointCoordinator.java | 37 +++---
.../runtime/clusterframework/BootstrapTools.java | 143 +--------------------
.../runtime/entrypoint/ClusterEntrypoint.java | 17 +--
.../flink/runtime/metrics/util/MetricUtils.java | 18 ---
.../flink/runtime/minicluster/MiniCluster.java | 53 +++-----
.../runtime/resourcemanager/ResourceManager.java | 22 +---
.../runtime/rpc/akka/AkkaRpcServiceUtils.java | 5 +-
.../flink/runtime/taskexecutor/TaskExecutor.java | 12 --
.../runtime/taskexecutor/TaskExecutorGateway.java | 8 --
.../runtime/taskexecutor/TaskManagerRunner.java | 24 +---
.../org/apache/flink/runtime/akka/AkkaUtils.scala | 123 ++++--------------
.../checkpoint/CheckpointCoordinatorTest.java | 115 +++++++++++++++--
.../runtime/taskexecutor/TaskExecutorITCase.java | 1 -
.../runtime/taskexecutor/TaskExecutorTest.java | 17 +--
.../taskexecutor/TestingTaskExecutorGateway.java | 6 -
.../apache/flink/runtime/akka/AkkaUtilsTest.scala | 28 +---
19 files changed, 190 insertions(+), 542 deletions(-)
delete mode 100644
flink-core/src/main/java/org/apache/flink/types/SerializableOptional.java