Description
This @Timed annotation in TaskScheduler is a no-op since it is on a private method.
This seems to be the only afflicted timed annotation:
$ grep -R -A1 '@Timed' src/main/java/ | grep -B1 private src/main/java//org/apache/aurora/scheduler/async/TaskScheduler.java: @Timed("task_schedule_attempt_locked") src/main/java//org/apache/aurora/scheduler/async/TaskScheduler.java- private boolean scheduleTask(MutableStoreProvider store, String taskId) {