You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/08/11 23:47:29 UTC

[hudi] branch master updated (9e83085 -> b3e430f)

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

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


    from 9e83085  [HUDI-1518] Remove the logic that delete replaced file when archive (#3310)
     add b3e430f  [HUDI-2017] Add API to set a metric in the registry. (#3084)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/metrics/DistributedRegistry.java     |  5 +++++
 .../src/main/java/org/apache/hudi/common/metrics/Counter.java |  4 ++++
 .../java/org/apache/hudi/common/metrics/LocalRegistry.java    |  5 +++++
 .../main/java/org/apache/hudi/common/metrics/Registry.java    | 11 +++++++++++
 .../java/org/apache/hudi/metadata/HoodieMetadataMetrics.java  | 10 +++++-----
 5 files changed, 30 insertions(+), 5 deletions(-)