Bill Farner created AURORA-966:
----------------------------------

             Summary: task_schedule_attempt_locked stats are not exported
                 Key: AURORA-966
                 URL: https://issues.apache.org/jira/browse/AURORA-966
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
            Reporter: Bill Farner


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:
{noformat}
$ 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) {
{noformat}



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

Reply via email to