You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by ap...@apache.org on 2021/08/10 02:18:15 UTC

[gobblin] branch master updated (45f70c7 -> 557ea54)

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

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


    from 45f70c7  [GOBBLIN-1511] Fix issue where tests would modify the same table (#3359)
     add 557ea54  [GOBBLIN-1508] Update cluster side metrics from gauge to meter (#3354)

No new revisions were added by this update.

Summary of changes:
 .../cluster/GobblinHelixJobLauncherListener.java   | 10 ++--
 .../cluster/GobblinHelixJobLauncherMetrics.java    | 36 ++++++-------
 .../GobblinHelixPlanningJobLauncherMetrics.java    |  5 ++
 .../cluster/HelixRetriggeringJobCallable.java      |  1 +
 .../service/StreamingKafkaSpecConsumer.java        | 60 +++++++++++-----------
 .../gobblin/runtime/api/JobExecutionLauncher.java  | 23 +++++----
 .../job_exec/JobLauncherExecutionDriver.java       | 10 ++--
 .../runtime/job_monitor/KafkaAvroJobMonitor.java   |  6 +--
 .../runtime/job_monitor/KafkaJobMonitor.java       | 29 ++++++++---
 .../gobblin/runtime/metrics/RuntimeMetrics.java    |  3 ++
 10 files changed, 103 insertions(+), 80 deletions(-)