Description
In Hadoop 2.x the Hadoop File System framework changed and no cache is implemented (refer to HADOOP-6356). This means for every WASB access, a new NativeAzureFileSystem is created, along which a Metrics source created and added to MetricsSystemImpl. Over time the sources accumulated, eating memory and causing Java OutOfMemoryError.
The fix is to utilize the unregisterSource() method added to MetricsSystem in HADOOP-10839.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-9629 Support Windows Azure Storage - Blob as a file system in Hadoop
-
- Closed
-
- requires
-
HADOOP-10839 Add unregisterSource() to MetricsSystem API
-
- Closed
-