[
https://issues.apache.org/jira/browse/HIVE-20455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592520#comment-16592520
]
Hive QA commented on HIVE-20455:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12937093/HIVE-20455.2.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14896 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13464/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13464/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13464/
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: 12937093 - PreCommit-HIVE-Build
> Log spew from security.authorization.PrivilegeSynchonizer.run
> --------------------------------------------------------------
>
> Key: HIVE-20455
> URL: https://issues.apache.org/jira/browse/HIVE-20455
> Project: Hive
> Issue Type: Bug
> Reporter: Gopal V
> Assignee: Daniel Dai
> Priority: Major
> Attachments: HIVE-20455.1.patch, HIVE-20455.2.patch
>
>
> Typo in the class name aside, this keeps running and thrashing through every
> single DB in the cluster if not all directories are actually accessible to
> the user who runs HS2.
> {code}
> 2018-08-24T03:14:41,932 INFO [PrivilegeSynchonizer] metastore.HiveMetaStore:
> 1: get_table : tbl=hive.airline_ontime.flights_raw
> 2018-08-24T03:14:41,932 INFO [PrivilegeSynchonizer] HiveMetaStore.audit:
> ugi=gopal ip=unknown-ip-addr cmd=get_table :
> tbl=hive.airline_ontime.flights_raw
> {code}
> The minimum fix needed is to move the Thread.sleep() outside of the try/catch
> block, so that the sleep is triggered even if the attempt throws an exception.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)