anmolanmol1234 opened a new pull request, #6314: URL: https://github.com/apache/hadoop/pull/6314
We have added support for collection of metrics at filesystem instance level. Whenever a filesystem close is called, we push metrics back to the store for all the operations that used that instance. The metrics collected include the no of succeeded requests without retrying, the no of requests which succeeded after x no of retries, the request count which was throttled, the count of requests which failed even after all the retries were exhausted. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
