This is an automated email from the ASF dual-hosted git repository. stevel pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 654082773c7 HADOOP-18183. s3a audit logs to publish range start/end of GET requests. (#5110) new ba55f370a99 HADOOP-18526. Leak of S3AInstrumentation instances via hadoop Metrics references (#5144) new 1009d2560f1 HADOOP-18574. Changing log level of IOStatistics increment to make the DEBUG logs less noisy (#5223) new 65892a77591 HADOOP-18573. Improve error reporting on non-standard kerberos names (#5221) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../hadoop/fs/impl/WeakRefMetricsSource.java | 97 +++++++++++++++++++ .../fs/statistics/impl/IOStatisticsStoreImpl.java | 2 +- .../hadoop/security/ShellBasedIdMapping.java | 11 ++- .../main/java/org/apache/hadoop/util/Shell.java | 3 +- .../org/apache/hadoop/fs/s3a/S3AFileSystem.java | 28 +++--- .../apache/hadoop/fs/s3a/S3AInstrumentation.java | 76 +++++++++++---- .../org/apache/hadoop/fs/s3a/ITestS3AClosedFS.java | 12 +++ .../fs/s3a/TestInstrumentationLifecycle.java | 104 +++++++++++++++++++++ .../hadoop-aws/src/test/resources/log4j.properties | 2 + 9 files changed, 299 insertions(+), 36 deletions(-) create mode 100644 hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/WeakRefMetricsSource.java create mode 100644 hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestInstrumentationLifecycle.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org