Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
Reviewed
Description
In 1.0 release DFSClient uses a thread per file writer. In some use cases (dynamic partions in hive) that use a large number of file writers a large number of threads are created. The file writer thread has the following stack:
at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hdfs.DFSClient$LeaseChecker.run(DFSClient.java:1462) at java.lang.Thread.run(Thread.java:662)
This problem has been fixed in later releases. This jira will post a consolidated patch from various jiras that addresses the issue.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-9115 Deadlock in configuration when writing configuration to hdfs
- Closed
-
HDFS-1865 Share LeaseChecker thread among DFSClients
- Closed