This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a0ea5e9  [FLINK-16832][metrics] Refactor ReporterSetup
     new 4308e0c  [FLINK-16222][core] Relax Plugin bounded type parameter 
constraint
     new 850c709  [FLINK-16222][runtime] Introduce PluginManager to 
ReporterSetup
     new 1a7acef  [FLINK-16222][metrics] Support loading reporters as plugins
     new e25e521  [FLINK-16222][metrics][prometheus] Add plugin e2e test

The 4 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:
 .../org/apache/flink/core/plugin/PluginLoader.java |  7 +-
 .../apache/flink/core/plugin/PluginManager.java    |  2 +-
 .../tests/PrometheusReporterEndToEndITCase.java    | 92 +++++++++++++++++++---
 .../entrypoint/MesosJobClusterEntrypoint.java      |  5 +-
 .../entrypoint/MesosSessionClusterEntrypoint.java  |  5 +-
 .../mesos/entrypoint/MesosTaskExecutorRunner.java  |  7 +-
 .../runtime/entrypoint/ClusterEntrypoint.java      | 24 +++---
 .../flink/runtime/metrics/ReporterSetup.java       | 36 +++++++--
 .../flink/runtime/minicluster/MiniCluster.java     |  2 +-
 .../runtime/taskexecutor/TaskManagerRunner.java    | 14 ++--
 .../runtime/metrics/MetricRegistryImplTest.java    |  2 +-
 .../flink/runtime/metrics/ReporterSetupTest.java   | 24 +++---
 .../taskexecutor/TaskManagerRunnerTest.java        |  5 +-
 ...tractTaskManagerProcessFailureRecoveryTest.java |  5 +-
 .../JobManagerHAProcessFailureRecoveryITCase.java  |  5 +-
 .../apache/flink/yarn/YarnTaskExecutorRunner.java  |  7 +-
 16 files changed, 179 insertions(+), 63 deletions(-)

Reply via email to