You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Chen Guo (Jira)" <ji...@apache.org> on 2019/12/03 22:07:00 UTC

[jira] [Resolved] (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 ]

Chen Guo resolved GOBBLIN-964.
------------------------------
    Resolution: Fixed

> 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
>          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)