[ https://issues.apache.org/jira/browse/HIVE-4500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651985#comment-13651985 ]
Owen O'Malley commented on HIVE-4500: ------------------------------------- I started the tests on this last night and will commit it if they pass. I dislike the use of try finally in Java, because it either causes the code to ignore exceptions in the normal case or hide exceptions in the exception case. Obviously this patch is taking the ignore exceptions option. We should fix it, but not when the fix is on the critical path. > HS2 holding too many file handles of hive_job_log_hive_*.txt files > ------------------------------------------------------------------ > > Key: HIVE-4500 > URL: https://issues.apache.org/jira/browse/HIVE-4500 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 0.11.0 > Reporter: Alan Gates > Assignee: Alan Gates > Attachments: HIVE-4500-2.patch, HIVE-4500-3.patch, HIVE-4500.patch > > > In the hiveserver2 setup used for testing, we see that it has 2444 files open > and of them 2152 are /tmp/hive/hive_job_log_hive_*.txt files -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira