Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
2.0.0-alpha, 3.0.0-alpha1
-
None
-
None
Description
For every FileSystem.get new FileSystem object is getting created even though the UGI object passed has same name. This is creating the lot of FileSystem objects and cached in FileSystem cache instead of using the same cached object .
This is causing the Cache to grow in size causing OOME
This behaviour can be seen in Mapred and Hive components also since they use FileSystem.get in the described fashion
Attachments
Issue Links
- is related to
-
MAPREDUCE-4340 Node Manager leaks socket connections connected to Data Node
- Resolved
-
HIVE-3155 Memory leak in Hive
- Resolved
-
HIVE-4501 HS2 memory leak - FileSystem objects in FileSystem.CACHE
- Resolved
-
SPARK-22374 STS ran into OOM in a secure cluster
- Resolved
-
HIVE-3098 Memory leak from large number of FileSystem instances in FileSystem.CACHE
- Closed