anmolanmol1234 opened a new pull request, #8135: URL: https://github.com/apache/hadoop/pull/8135
This PR provides a fix for HADOOP-19737: ABFS – Add metrics to track improvements in read and write aggressiveness. The changes address the following issues: 1. Java 8 Compatibility: Removed usage of the unsupported ProcessHandle class to ensure full compatibility with Java 8. 2. Accurate Metrics Updates: Enhanced metrics collection for read and write operations with proper versioning support. 3. Precision in Reporting: Eliminated unnecessary rounding in metric calculations to report exact values for better accuracy and insight. These updates improve monitoring and analysis of ABFS performance, particularly in scenarios involving aggressive read/write patterns. -- 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]
