Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
-
None
Description
Start the hive in server mode (Hive 0.9 with hadoop 0.23)
Run the sample application containing all queries
After running the application for 20 hours ,it is found the each time new DFS client object is getting created .Due to this there are so many objects getting added into ArrayList maintained by LeaseRenewer.This internally leads to Memory leak.
Attachments
Issue Links
- relates to
-
HDFS-3545 DFSClient leak due to malfunctioning of FileSystem Cache
- Open