-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28883/
-----------------------------------------------------------
Review request for Aurora and Bill Farner.
Bugs: AURORA-966
https://issues.apache.org/jira/browse/AURORA-966
Repository: aurora
Description
-------
Fixing @Timed method visibility.
Diffs
-----
src/main/java/org/apache/aurora/scheduler/async/TaskScheduler.java
ead9d28100673440168a32d114ecaa15874978a6
Diff: https://reviews.apache.org/r/28883/diff/
Testing
-------
Tested in vagrant:
```
task_schedule_attempt_events 5
task_schedule_attempt_events_per_sec 0.9989254079902053
task_schedule_attempt_locked_events 5
task_schedule_attempt_locked_events_per_sec 1.0019749236357087
task_schedule_attempt_locked_nanos_per_event 1570156.6526848162
task_schedule_attempt_locked_nanos_total 45453749
task_schedule_attempt_locked_nanos_total_per_sec 1573257.5921699686
task_schedule_attempt_nanos_per_event 1759287.885810068
task_schedule_attempt_nanos_total 48291560
task_schedule_attempt_nanos_total_per_sec 1757397.369105048
```
Thanks,
Maxim Khutornenko