Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
None
-
-
Reviewed
Description
HttpFS opens and closes a FileSystem instance against the backend filesystem (typically HDFS) on every request. The FileSystem caching is not used as it does not have expiration/timeout and filesystem instances in there live forever, for long running services like HttpFS this is not a good thing as it would keep connections open to the NN.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-3098 Memory leak from large number of FileSystem instances in FileSystem.CACHE
- Closed