Description
The maps_running and reduces_running metrics aren't getting into ganglia correctly - they always appear to be underestimated. A quick look at the TaskTracker code shows that these metrics are only updated when a task is finished. Of course, once a task is finished, the reporting will not note the completed task (since it's not running anymore).