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/11/15 01:09:00 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 ]

Chen Guo updated GOBBLIN-964:
-----------------------------
    Description: 
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

  was:
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 

 


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