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

Robert Kanter updated OOZIE-2120:
---------------------------------
    Attachment: OOZIE-2120.patch

I went through each *JPAExecutor class and copy-pasted their classname into the 
getName() method's return value.  There were actually only 9 wrong ones.  The 
patch fixes these.  I don't think we need tests for this.

> Many JPAExecutor names are wrong
> --------------------------------
>
>                 Key: OOZIE-2120
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2120
>             Project: Oozie
>          Issue Type: Bug
>          Components: monitoring
>    Affects Versions: trunk
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-2120.patch
>
>
> Many of the JPAExecutor classes have the wrong name in {{getName()}} due to 
> copy-pasting. We should fix these to make metrics/instrumentation correct.
> For example, in {{BundleJobsDeleteJPAExecutor.java}}, we have:
> {code:java}
> public String getName() {
>     return "CoordJobsDeleteJPAExecutor";
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to