Robert Kanter created OOZIE-2120:
------------------------------------
Summary: 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
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)