You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Sudarshan Vasudevan (Jira)" <ji...@apache.org> on 2020/08/03 19:10:05 UTC

[jira] [Updated] (GOBBLIN-964) JobSucceededTimer is missing in org.apache.gobblin.metrics.event.EventName

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

Sudarshan Vasudevan updated GOBBLIN-964:
----------------------------------------
    Fix Version/s: 0.15.0

> JobSucceededTimer is missing in org.apache.gobblin.metrics.event.EventName 
> ---------------------------------------------------------------------------
>
>                 Key: GOBBLIN-964
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-964
>             Project: Apache Gobblin
>          Issue Type: New Feature
>            Reporter: Chen Guo
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In the notifyListeners method of AbstractJobLauncher, it is unable to convert the TimingEvent.LauncherTimings.JOB_SUCCEEDED successfully into a valid EventName with this line below
> {code:java}
> EventName.getEnumFromEventId(timerEventName)
> {code}
> We miss an enum for JobSucceededTimer in org.apache.gobblin.metrics.event.EventName 
> Without this enum, EventMetadataGenerator cannot work correctly to generate additionalMetadata for the event



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