You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2017/02/23 14:30:45 UTC

[jira] [Commented] (HIVE-16020) LLAP : Reduce IPC connection misses

    [ https://issues.apache.org/jira/browse/HIVE-16020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880535#comment-15880535 ] 

Hive QA commented on HIVE-16020:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12854133/HIVE-16020.1.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 10254 tests executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out) (batchId=235)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] (batchId=223)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/3724/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/3724/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-3724/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12854133 - PreCommit-HIVE-Build

> LLAP : Reduce IPC connection misses
> -----------------------------------
>
>                 Key: HIVE-16020
>                 URL: https://issues.apache.org/jira/browse/HIVE-16020
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>            Reporter: Rajesh Balamohan
>         Attachments: HIVE-16020.1.patch
>
>
> {{RPC.getProxy}} created in {{TaskRunnerCallable}} does not pass SocketFactory. This would cause new SocketFactory to be created every time which would cause connection reuse issues.  Also, UserGroupInformation can be reused at query level.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)