[ https://issues.apache.org/jira/browse/HIVE-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604074#comment-14604074 ]
Hive QA commented on HIVE-7150: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12742291/HIVE-7150.3.patch {color:green}SUCCESS:{color} +1 9030 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4407/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4407/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4407/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12742291 - PreCommit-HIVE-TRUNK-Build > FileInputStream is not closed in HiveConnection#getHttpClient() > --------------------------------------------------------------- > > Key: HIVE-7150 > URL: https://issues.apache.org/jira/browse/HIVE-7150 > Project: Hive > Issue Type: Bug > Reporter: Ted Yu > Assignee: Alexander Pivovarov > Labels: jdbc > Attachments: HIVE-7150.1.patch, HIVE-7150.2.patch, HIVE-7150.3.patch > > > Here is related code: > {code} > sslTrustStore.load(new FileInputStream(sslTrustStorePath), > sslTrustStorePassword.toCharArray()); > {code} > The FileInputStream is not closed upon returning from the method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)