[
https://issues.apache.org/jira/browse/HIVE-19776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502806#comment-16502806
]
Hive QA commented on HIVE-19776:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12926263/HIVE-19776.3.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14467 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testAsyncSessionInitFailures
(batchId=296)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11540/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11540/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11540/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12926263 - PreCommit-HIVE-Build
> HiveServer2.startHiveServer2 retries of start has concurrency issues
> --------------------------------------------------------------------
>
> Key: HIVE-19776
> URL: https://issues.apache.org/jira/browse/HIVE-19776
> Project: Hive
> Issue Type: Improvement
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-19776.1.patch, HIVE-19776.2.patch,
> HIVE-19776.3.patch
>
>
> HS2 starts the thrift binary/http servers in background, while it proceeds to
> do other setup (eg create zookeeper entries). If there is a ZK error and it
> attempts to stop and start in the retry loop within
> HiveServer2.startHiveServer2, the retry fails because the thrift server
> doesn't get stopped if it was still getting initialized.
> The thrift server initialization and stopping needs to be synchronized.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)