You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinay (Jira)" <ji...@apache.org> on 2021/06/14 07:55:00 UTC

[jira] [Comment Edited] (HUDI-1975) Upgrade java-prometheus-client from 3.1.2 to 4.x

    [ https://issues.apache.org/jira/browse/HUDI-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362691#comment-17362691 ] 

Vinay edited comment on HUDI-1975 at 6/14/21, 7:54 AM:
-------------------------------------------------------

[~nishith29] Updated the metrics.version in pom to 3.1.2 , the build fails with
{code:java}
/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/Metrics.java:[128,49] cannot find symbol
{code}
MetricsRegistry does not have gauge method in 3.1.2 version, this is part of metrics-core dependency. There is a workaround of doing so here - [https://github.com/eclipse/microprofile-metrics/issues/244] 


was (Author: vinaypatil18):
Updated the metrics.version in pom to 3.1.2 , the build fails with
{code:java}
/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/Metrics.java:[128,49] cannot find symbol
{code}
MetricsRegistry does not gauge method in 3.1.2 version, this is part of metrics-core dependency. There is a workaround of doing so here - [https://github.com/eclipse/microprofile-metrics/issues/244] 

> Upgrade java-prometheus-client from 3.1.2 to 4.x
> ------------------------------------------------
>
>                 Key: HUDI-1975
>                 URL: https://issues.apache.org/jira/browse/HUDI-1975
>             Project: Apache Hudi
>          Issue Type: Task
>            Reporter: Nishith Agarwal
>            Priority: Blocker
>             Fix For: 0.9.0
>
>
> Find more details here -> https://github.com/apache/hudi/issues/2774



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