Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.11.0
-
None
Description
org.apache.hadoop.fs.FileSystem objects are getting accumulated in FileSystem.CACHE, with HS2 in unsecure mode.
As a workaround, it is possible to set fs.hdfs.impl.disable.cache and fs.file.impl.disable.cache to true.
Users should not have to bother with this extra configuration.
As a workaround disable impersonation by setting hive.server2.enable.doAs to false.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-6312 doAs with plain sasl auth should be session aware
- Resolved
- is duplicated by
-
HIVE-8369 SimpleFetchOptimizer needs to re-enable FS caching before scanning dirs
- Resolved
- is related to
-
HIVE-5268 HiveServer2 accumulates orphaned OperationHandle objects when a client fails while executing query
- Open
-
HIVE-3098 Memory leak from large number of FileSystem instances in FileSystem.CACHE
- Closed
-
HIVE-5296 Memory leak: OOM Error after multiple open/closed JDBC connections.
- Closed
-
HIVE-9234 HiveServer2 leaks FileSystem objects in FileSystem.CACHE
- Closed
- relates to
-
HDFS-3545 DFSClient leak due to malfunctioning of FileSystem Cache
- Open
-
HIVE-6484 HiveServer2 doAs should be session aware both for secured and unsecured session implementation.
- Resolved