symious opened a new pull request #3100: URL: https://github.com/apache/hadoop/pull/3100
## What changes were proposed in this pull request? Currently, Router's operations are not well recorded. It would be good to have a similar metrics as "Hadoop:service=NameNode,name=NameNodeActivity" for NameNode, which shows the count for each operations. Besides, some operations are invoked concurrently in Routers, know the counts for concurrent operations would help us better knowing about the cluster's state. This ticket is to add normal operation metrics and concurrent operation metrics for Router. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDFS-16065 ## How was this patch tested? Add unit test to test normal operation and concurrent ooperation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
