[
https://issues.apache.org/jira/browse/HIVE-15858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862982#comment-15862982
]
Hive QA commented on HIVE-15858:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12852264/HIVE-15858.02.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 10222 tests
executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out)
(batchId=235)
TestSparkCliDriver - did not produce a TEST-*.xml file (likely timed out)
(batchId=131)
[union_remove_15.q,bucket_map_join_tez1.q,scriptfile1.q,groupby7_noskew.q,bucketmapjoin1.q,subquery_multiinsert.q,auto_join8.q,auto_join6.q,groupby2_map_skew.q,lateral_view_explode2.q,join28.q,load_dyn_part1.q,skewjoinopt17.q,union_remove_20.q,bucketmapjoin5.q]
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver[encryption_join_with_different_encryption_keys]
(batchId=159)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14]
(batchId=223)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23]
(batchId=223)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/3509/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/3509/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-3509/
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: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12852264 - PreCommit-HIVE-Build
> Beeline ^C doesn't close the session
> ------------------------------------
>
> Key: HIVE-15858
> URL: https://issues.apache.org/jira/browse/HIVE-15858
> Project: Hive
> Issue Type: Bug
> Components: Beeline
> Reporter: Sankar Hariappan
> Assignee: Sankar Hariappan
> Attachments: HIVE-15858.01.patch, HIVE-15858.02.patch
>
>
> When open multiple connections through Beeline to Hiveserver2 and if tries to
> close the client using !quit or ^C command, it looks like all the
> connections/sessions are not getting closed.
> !quit seems to close the current active connection but fails to close other
> open sessions.
> ^C doesn't close any session.
> This behaviour is noticed only with the HTTP mode of transport
> (hive.server2.transport.mode=http). In case of BINARY mode, server triggers
> the close session when a tcp connection is closed by peer.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)