Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
trunk
-
None
Description
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:
public String getName() { return "CoordJobsDeleteJPAExecutor"; }