JinxinTang created FLINK-36835:
----------------------------------
Summary: Memory lease in flink-s3-fs module due to hadoop aws
version 3.x
Key: FLINK-36835
URL: https://issues.apache.org/jira/browse/FLINK-36835
Project: Flink
Issue Type: Bug
Components: FileSystems
Affects Versions: 1.19.1, 1.20.0, 1.18.1, 1.17.2, 1.16.3
Reporter: JinxinTang
Fix For: 1.20.1
>From https://issues.apache.org/jira/browse/HADOOP-13028
is introduced org.apache.hadoop.fs.s3a.S3AInstrumentation, it will be created
every time org.apache.hadoop.fs.s3a.S3AFileSystem#initializeĀ
and be registerd to static field meticsystem by
org.apache.hadoop.fs.s3a.S3AInstrumentation#registerAsMetricsSourceļ¼but no one
callĀ
metricsSystem.unregisterSource(metricsSourceName); during runtime, it will
cause memory lease when use filesystem plugin to write s3 storage
--
This message was sent by Atlassian Jira
(v8.20.10#820010)