[
https://issues.apache.org/jira/browse/HIVE-20675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636964#comment-16636964
]
Hive QA commented on HIVE-20675:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12942208/HIVE-20675.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 15010 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/14201/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14201/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14201/
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
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12942208 - PreCommit-HIVE-Build
> Log pollution from PrivilegeSynchronizer if zk is not configured
> ----------------------------------------------------------------
>
> Key: HIVE-20675
> URL: https://issues.apache.org/jira/browse/HIVE-20675
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Priority: Minor
> Attachments: HIVE-20675.1.patch
>
>
> Shall stop PrivilegeSynchronizer if "hive.zookeeper.quorum" is not
> configured. Note "hive.privilege.synchronizer" is on by default.
> {code}
> 2018-10-02T16:04:12,488 WARN [main-SendThread(localhost:2181)]
> zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing
> socket connection and attempting reconnect
> java.net.ConnectException: Connection refused
> at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> ~[?:1.8.0_91]
> at
> sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
> ~[?:1.8.0_91]
> at
> org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
> ~[zookeeper-3.4.6.jar:3.4.6-1569965]
> at
> org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
> ~[zookeeper-3.4.6.jar:3.4.6-1569965]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)