You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinoth Chandar (Jira)" <ji...@apache.org> on 2021/01/21 05:53:00 UTC

[jira] [Reopened] (HUDI-1326) Publishing metrics from hudi-test-suite after each job

     [ https://issues.apache.org/jira/browse/HUDI-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinoth Chandar reopened HUDI-1326:
----------------------------------

> Publishing metrics from hudi-test-suite after each job
> ------------------------------------------------------
>
>                 Key: HUDI-1326
>                 URL: https://issues.apache.org/jira/browse/HUDI-1326
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: Prashant Wason
>            Assignee: Prashant Wason
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.7.0
>
>
> HUDI metrics are published at two stages:
> 1. When an action completed (e.g. HoodieMetrics.updateCommitMetrics)
> 2. When the JVM is shutdown (Metrics.java addShutdownHook)
> hudi-test-suite includes multiple jobs each of which is an action on the table. All these jobs are run in a single JVM. Hence, currently some metrics are not published till the entire hudi-test-suite run is over.
> Enhancement:
> 1. Allow metrics to be published after each job
> 2. Flush metrics so redundant metrics (from the last job) are not published again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)